当试图使用yum在CENTOS 7上安装软件包时,“”失败。
以下是错误消息:
yum install mariadb101u-server
Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile epel/x86_64/metalink Could not retrieve mirrorlist
https://mirrors.iuscommunity.org/mirrorlist?repo=ius-centos7&arch=x86_64&protocol=http
error was 14: curl#6 - "Could not resolve host: mirrors.iuscommunity.org; Unknown error"
One of the configured repositories failed (Unknown), and yum doesn't have enough cached data to continue.
看来mirrors.iuscommunity.org是不可用的。也是当我试图
ping mirrors.iuscommunity.org
或者使用不起作用的nslookup
。
有什么想法吗?
(对,我有一个工作网络:-)
发布于 2020-12-22 16:18:39
解决了。原来,我的傀儡主人有一个旧的ius.repo文件,每次我运行“傀儡代理-t”时都会上传到傀儡客户端。然后使用了这个旧的ius.repo文件,这导致了问题的出现。
https://unix.stackexchange.com/questions/625687
复制相似问题