![]() |
| yum |
|
bobclingan
Forum Regular
|
Does anyone have any tips for installing yum on a Linux VPS? There are a couple old posts about this, but some of the links to the packages no longer work.
|
||||||||||||
|
|
|||||||||||||
|
dbodner
|
I assume this is on FC? What release?
|
||||||||||||
|
|
|||||||||||||
|
bobclingan
Forum Regular
|
fc-4
|
||||||||||||
|
|
|||||||||||||
|
nathacof
Forum Admin
|
This oughta work:
rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/python-elementtree-1.2.6-4.i386.rpm rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/python-sqlite-1.1.6-1.i386.rpm rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/4/i386/os/Fedora/RPMS/python-urlgrabber-2.9.6-1.noarch.rpm rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/i386/yum-2.4.1-1.fc4.noarch.rpm If it complains of /etc/yum.conf missing, create it and put this in there: [main] cachedir=/var/cache/yum keepcache=0 debuglevel=2 logfile=/var/log/yum.log exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 metadata_expire=1800 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d |
||||||||||||
|
|
|||||||||||||
| yum |
|
||
|


