Difference between revisions of "Yum"

From Kolmisoft Wiki
Jump to navigationJump to search
m (Created page with '=About= Yellow dog Updater, Modified (Yum) is the default package manager used in CentOS ( all versions ). More information about yum can be found [http://wiki.centos.org/Package…')
 
m
 
Line 12: Line 12:
  yum makecache --disableplugin=fastestmirror
  yum makecache --disableplugin=fastestmirror
<br><br>
<br><br>
===See also===
* [http://yum.baseurl.org/wiki/YumCommands yum commands]

Latest revision as of 16:15, 24 November 2011

About

Yellow dog Updater, Modified (Yum) is the default package manager used in CentOS ( all versions ). More information about yum can be found here.

Problems/solutions

Error

http://repo.boun.edu.tr/centos/5.7/extras/x86_64/repodata/primary.sqlite.bz2: [Errno -1] Metadata file does not match checksum Trying other mirror.

Solution

yum clean all
yum makecache --disableplugin=fastestmirror



See also