Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Install yum

16 bytes added, 01:00, 3 September 2010
CentOS 5 i386 - Updated with New (working) Versions of Packages + Workaround the Interdependency Problem - David Rummel
rpm -Uvh http://mirror.centos.org/centos-5/5/os/i386/CentOS/libxml2-2.6.26-2.1.2.8.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-5/5/os/i386/CentOS/libxml2-python-2.6.26-2.1.2.8.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-5/5/os/i386/CentOS/expat-1.95.8-8.3.el5_4.2.1.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-5/5/os/i386/CentOS/python-elementtree-1.2.6-5.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-5/5/os/i386/CentOS/sqlite-3.3.6-5.i386.rpm
rpm -Uvh http://mirror.centos.org/centos-5/5/os/i386/CentOS/python-urlgrabber-3.1.0-5.el5.noarch.rpm
rpm -Uvh http://mirror.centos.org/centos-5/5/os/i386/CentOS/yum-metadata-parser-1.1.2-3.el5.centos.i386.rpm
rpm -Uvh wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/yum-3fastestmirror-1.21.2216-2014.el5.centos.1.noarch.rpmrpm -Uvh wget http://mirror.centos.org/centos-5/5/os/i386/CentOS/yum-fastestmirror-13.12.1622-1326.el5.centos.noarch.rpmrpm -Uvh yum-*.rpm
yum -y update
</pre>
Note: Updated 23 October 20093 September 2010 by David Rummel
* Changed to make it work as one big copy&paste command. (1Hint: If it doesn't work later on, look for updated packages) This is where  * If you might get some complaints about rpm and maybe popt. You , you might need to use the --nodeps option to get the dependencies right. * (2) I had to download both and install them using "rpm -Uvh yum-*.rpm". Each package was depending on the other one.
== CentOS 5 x86_64 ==