I am new to Linux and think I'm missing something. For some reason, the VPS I was given is running Fedora Core 6. From reading around, it looks like yum is pretty handy, so I thought I'd start there. However, when I run the RPM, I get:
python-elementtree is needed by yum-3.0.6-1.fc6.noarch
python-sqlite is needed by yum-3.0.6-1.fc6.noarch
rpm-python is needed by yum-3.0.6-1.fc6.noarch
urlgrabber is needed by yum-3.0.6-1.fc6.noarch
yum-metadata-parser is needed by yum-3.0.6-1.fc6.noarch
okay, so I need these first, no problem - but wait, I go to install yum-metadata-parser - I get another list of dependencies.
On the server, in the usr/bin directory, I see tons of binary files, including yum. Can someone explain how I can install the files from the binaries, or why the binaries are here if the program isn't installed?
yum install foo? – Michael Graff Jan 16 '10 at 17:33