cd /etc/yum.repos.d/ mv CentOS-Base.repo CentOS-Base.repo.backup
ログイン後にコピー
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
ログイン後にコピー
mv CentOS6-Base-163.repo CentOS-Base.repo
ログイン後にコピー
yum clean all yum makecache
ログイン後にコピー
yum makecache には次のと入力しようとします。error:
# が含まれる可能性があります##http://mirrors .163.com/centos...Loaded plugins: refresh-packagekit, security http://mirrors.163.com/centos/6Server/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 -"The requested URL returned error: 404 Not Found" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try againログイン後にコピー
結果はまだ: 404 Not Found
vi CentOS-Base.repo # 在末行模式下执行以下: :%s/$releasever/6.4 # Esc -> Shift+: 进入末行模式 # 修改完保存退出:Esc -> Shift+: -> wq
ログイン後にコピー
yum makecache
ログイン後にコピー
Loaded plugins: refresh-packagekit, security http://mirrors.163.com/centos/6.4/os/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 -"The requested URL returned error: 404 Not Found" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again
ログイン後にコピー
rm -rf CentOS-Base.repo # 先删除6.4的源文件 wget http://mirrors.163.com/.help/CentOS6-Base-163.repo # 把下载文件改成源文件 mv CentOS6-Base-163.repo CentOS-Base.repo yum clean all yum makecache
ログイン後にコピー