check available version of package for upgrade - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: How Do I? (https://www.linux-noob.com/forums/forum-60.html) +--- Thread: check available version of package for upgrade (/thread-871.html) |
check available version of package for upgrade - kirbychip - 2008-08-11 Hi, When doing an upgrade from yum, i just key-in "yum upgrade packagename". But what was installed is a different version, which I assume is the latest available for that package. Is there a way I can search or see what are the available versions of a certain package? just in case I want an upgrade to certain version, but not to the lastest one. Thanks. check available version of package for upgrade - anyweb - 2008-08-11 try Code: yum update && yum search appname check available version of package for upgrade - kirbychip - 2008-08-17 it gives the list of packages, but the version isn't there. say for example, php. # yum update && yum search php current versions is - PHP 5.1.6 . I want to upgrade it to php5.2.x.. but before doing so, I want to see what's the exact version available before I will proceed with the upgrade. |