• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

How to install Yum

B

brainlag

Guest
Hello ,

This is a complete dummy n00bie question, but what the heck we are was.

I ve got a VPS with Fedora Core 1 p7 installed and i want to install yum !!

First try

[root@alucard root]# yum help
-bash: yum: command not found
[root@alucard root]# wget http://linux.duke.edu/projects/yum/download/2.4/yum-2.4.3-1.src.rpm
--02:50:57-- http://linux.duke.edu/projects/yum/download/2.4/yum-2.4.3-1.src.rpm
=> `yum-2.4.3-1.src.rpm'
Resolving linux.duke.edu... done.
Connecting to linux.duke.edu[152.3.127.54]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 283,295 [application/x-rpm]

100%[====================================>] 283,295 867.26K/s ETA 00:00

02:50:57 (867.26 KB/s) - `yum-2.4.3-1.src.rpm' saved [283295/283295]

[root@alucard root]# rpm -Uvh yum-2.4.3-1.src.rpm
warning: yum-2.4.3-1.src.rpm: V3 DSA signature: NOKEY, key ID 69886cc7
warning: user skvidal does not exist - using root
warning: group skvidal does not exist - using root
warning: user skvidal does not exist - using root
warning: group skvidal does not exist - using root
1:yum ########################################### [100%]

Didn't worked :D

second try

[root@alucard root]# rpm -Uvh yum-1.0.3-1_80.noarch.rpm
error: Failed dependencies:
librpm404 is needed by yum-1.0.3-1_80
rpm404-python is needed by yum-1.0.3-1_80

Failed :D

Could someone please create a simple how to for those lamme noobs like me ?

Thank you :D
 
Dependencies

Having read this post and tried to install in Fedora Core 2, the dependencies do not match the version listed.

In the Fedora Download are above the libxml2-python which required libxml2, did not match the libxml2 all ready on my system, it took me a long time to find the right libxml2-python version to match the libxml2 all ready installed, it was in rpmfind.net which linked back to the Fedora pages, strange but I was glad because it meant I did not have to try and find a key.

At least it works now, next step mysql, php, and so on.........
 
Back
Top