打开centos的yum文件夹1. CentOS镜像源均在 /etc/yum.repos.d/ 目录下2. 输入命令cd /etc/yum.repos.d/ 切换至该目录下
下载新的镜像源1. 输入命令下载新的镜像源
wget http://mirrors.aliyun.com/repo/Centos-7.repo
2. 如果提示 -bash: wget: command not found 则代表示系统中没有安装wget
工具,因此无法使用wget
命令下载文件。你可以尝试使用其他方法来下载文件,比如使用curl
命令或直接在浏览器中下载。 1. 使用 curl 命令下载文件: 如果系统中有curl
工具,你可以使用以下命令下载文件:curl -O http://mirrors.aliyun.com/repo/Centos-7.repo
2. 在浏览器中下载: 你也可以在浏览器中打开链接http://mirrors.aliyun.com/repo/Centos-7.repo
,然后手动下载文件并将其保存到系统中。替换原有的镜像源1.
mv CentOs-Base.repo CentOs-Base.repo.bak
即是重命名 CentOs-Base.repo -> CentOs-Base.repo.bak2.mv Centos-7.repo CentOs-Base.repo
即重命名 Centos-7.repo -> CentOs-Base.repo执行yum源更新命令
yum clean allyum makecacheyum update
本文转载自: https://blog.csdn.net/u011096468/article/details/136195642
版权归原作者 笑醉踏歌行 所有, 如有侵权,请联系我们删除。
版权归原作者 笑醉踏歌行 所有, 如有侵权,请联系我们删除。