1818IP-服务器技术教程,云服务器评测推荐,服务器系统排错处理,环境搭建,攻击防护等

当前位置:首页 - Linux系统 - 正文

君子好学,自强不息!

我们现在把CentOS 的默认yum源更换为国内的阿里云yum源,可以让我们更新或者是下载一些常用命令包更快

https://developer.aliyun.com/mirror/

阿里云的yum源地址库

1. 备份

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

mv /etc/yum/repos.d/CentOS-Base.repo{,.date -I}

2. 下载新的 CentOS-Base.repo 到 /etc/yum.repos.d/

centos8(centos8官方源已下线,建议切换centos-vault源)

wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo

或者

curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo

centos6(centos6官方源已下线,建议切换centos-vault源)

wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-6.10.repo

或者

curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-6.10.repo

CentOS 7

wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo

或者

curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo

如下图:

6D$DYT$A}@_O)$W4V2VTWDQ.png

4、清理缓存生成新的缓存

yum clean all

5 生成新的缓存

yum makecache

KT23LRW7W)@D_%]4O`(ZN@Q.png

6查看当前yum源仓库

yum repolist

J9%2D5]98B%_}8R`ISZ[7U8.png

显示已经全部更换成了阿里云源

7 新系统都是建议升级一下的

yum update --allowerasing       #更新   替换有冲突的软件包

正常更新就可以

yum upgrade  --allowerasing     #大规模更新 替换有冲突的软件包

适合开发或者是比较老旧的版本

这个命令会把一些老旧的包也更新上去


本文来源:1818IP

本文地址:https://www.1818ip.com/post/2688.html

免责声明:本文由用户上传,如有侵权请联系删除!

发表评论

必填

选填

选填

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。