LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   yum install (https://www.linuxquestions.org/questions/linux-software-2/yum-install-380787/)

ackerleytng 11-07-2005 10:35 AM

yum install
 
hello... i just installed yum using tar.gz by typing make install in FC4... now i am stuck with this:

[root@localhost ***]# yum check-updates
Traceback (most recent call last):
File "/usr/bin/yum", line 27, in ?
yummain.main(sys.argv[1:])
File "/usr/share/yum-cli/yummain.py", line 75, in main
base.getOptionsConfig(args)
File "/usr/share/yum-cli/cli.py", line 207, in getOptionsConfig
self.plugins.setCmdLine(opts, self.cmds)
AttributeError: DummyYumPlugins instance has no attribute 'setCmdLine'

please save me!!!!!

Mad Scientist 11-07-2005 12:51 PM

It is much easier to stick with installing packages when using Fedora Core 4. The package management system (i.e. RPM) is one of the distribution's strengths, and installing software from source prevents the RPM database from knowing that software is there. I would go to a place like http://rpmfind.net and search for "yum". You will find a list of "noarch" RPMs there, and just download the one for your architecture (presumably i386). Once you have it, a simple

Code:

rpm -ivh yum-2.4.0-8.noarch.rpm
will solve your problems.

spooon 11-07-2005 05:32 PM

Make sure to use Fedora Core's yum package; and not one from somewhere else.

ackerleytng 11-07-2005 07:55 PM

thanks yum works now...

but i keep getting this: Metadata file does not match checksum
Trying other mirror.

ackerleytng 11-08-2005 04:21 AM

yum clean all worked

sorry


All times are GMT -5. The time now is 12:55 AM.