Centos7系统更换yum源镜像为阿里云镜像(使用wget)

忘是亡心i 2022-12-19 13:22 546阅读 0赞

1.安装wget
yum install -y wget
2.备份服务器原有的yum源文件
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

3.下载阿里云镜像文件
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

4.清理缓存
yum clean all

5.生成缓存
yum makecache

6.更新最新源设置
yum update -y

发表评论

表情:
评论列表 (有 0 条评论,546人围观)

还没有评论,来说两句吧...

相关阅读

    相关 CentOS7更换yum镜像

    目录 •写在前面 •具体步骤 -------------------- •写在前面 更换镜像源的理由总是惊人的相似,都是因为访问国外的网速不好,所以我们选择更换成