Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Install yum

1,303 bytes added, 18:26, 10 October 2007
Added CentOS 5 section, clarify use
''This article is specific to CentOS, however the packages required for yum here are the same on other flavors''
''This article is fairly specific to CentOS, however the packages required for yum here are the same on other flavours'' The below script scripts installs all packages upon which yum depends.
'''Please note''' - that the version numbers of the packages WILL change as later releases come out, it is up to you to ensure that the packages used are the latest. If you find a package in this script has become deprecated, please update this page with the latest package so others do not have to search for it as well.
== CentOS 4 ==
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/gmp-4.1.4-3.i386.rpm<br>
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/readline-4.3-13.i386.rpm<br>
rpm -Uvh http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/yum-2.4.3-3.el4.centos.noarch.rpm<br>
yum -y update<br>
== CentOS 5 ==rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/gmp-4.1.4-10.el5.i386.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/readline-5.1-1.1.i386.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/python-2.4.3-19.el5.i386.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/libxml2-2.6.26-2.1.2.i386.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/libxml2-python-2.6.26-2.1.2.i386.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/expat-1.95.8-8.2.1.i386.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/python-elementtree-1.2.6-5.i386.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/sqlite-3.3.6-2.i386.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/python-sqlite-1.1.7-1.2.1.i386.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/elfutils-0.125-3.el5.i386.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/rpm-python-4.4.2-37.el5.i386.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/python-urlgrabber-3.1.0-2.noarch.rpm<br>rpm -Uvh http://mirror.centos.org/centos-5/5.0/os/i386/CentOS/yum-3.0.5-1.el5.centos.2.noarch.rpm<br>yum -y update<br>
[[Category:HOWTO]]
7
edits