最近發現伺服器上的yum不太好用了,報如下的錯誤:寫道
[errno 14] pycurl error 22 - "the requested url returned error: 404 not found"
嘗試其他映象。
到上看到乙個readme檔案,描述如下:寫道
this directory (and version of centos) is deprecated. for normal users,
you should use /6/ and not /6.6/ in your path. please see this faq
concerning the centos release scheme:
if you know what you are doing, and absolutely want to remain at the 6.6
level, go to for packages.
please keep in mind that 6.0, 6.1, 6.2, 6.3, 6.4 , 6.5 and 6.6 no longer gets any updates, nor
any security fix's.
坑爹的163把這些子版本的映象都刪除了,只留下6這乙個映象。
解決辦法:
找到/etc/yum.repos.d/centos6-base-163.repo檔案,把檔案內的所有6.6修改為6就可以恢復yum的能力了。
比如把寫道
#released updates
[updates]
name=centos-6 - updates - 163.com
baseurl=/updates/$basearch/
#mirrorlist=
gpgcheck=1
gpgkey=
全部修改為寫道
#released updates
[updates]
name=centos-6 - updates - 163.com
baseurl=
#mirrorlist=
gpgcheck=1
gpgkey=
linux 更新yum源 改成163源
yum,是yellow dog updater,modified 的簡稱,是杜克大學為了提高rpm 軟體包安裝性而開發的一種軟體包管理器。起初是由yellow dog 這一發行版的開發者terra soft 研發,用python 寫成,那時還叫做yup yellow dog updater 後經杜克...
網易(163)yum源是國內最好的yum源
網易 163 yum源是國內最好的yum源之一 無論是速度還是軟體版本,都非常的不錯,將yum源設定為163yum,可以提公升軟體包安裝和更新的速度,同時避免一些常見軟體版本無法找到。具體設定方法如下 1,進入yum源配置目錄 cd etc yum.repos.d 6 base 163.repo 3...
linux更換yum預設源為163源
首先安裝wget命令 因為精簡版linux預設沒有安裝這個命令 在linux命令列輸入如下命令 yum install wget 然後備份 etc yum.repos.d centos base.repo mv etc yum.repos.d centos base.repo etc yum.rep...