centos 安装oracle依赖包时提示"Trying other mirror."

前端之家收集整理的这篇文章主要介绍了centos 安装oracle依赖包时提示"Trying other mirror."前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

最近因为basis把服务器重装了系统结果在安装 oracle 依赖包时提示安装的包不存在,然后各种找包,后来觉得是不是本地库的因为网上找了下果真是~~!!

具体错误如下:

http://mirrors.163.com/centos/$releasever/os/i386/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

解决这个问题只要输入下面命令即可:

yum clean all
yum makecache

后执行

yum update

然后本地包各种更新,重新执行oracle包的安装命令,可以进行下载并开始安装了。

原文链接:https://www.f2er.com/centos/379352.html

猜你在找的CentOS相关文章