• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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