相关文章

【linux】CentOS 的软件源(Repository)学习-CSDN博客

查看yum配置文件

yum的配置文件通常位于/etc/yum.repos.d/目录下。你可以使用以下命令查看这些文件:

ls /etc/yum.repos.d/
# 或者
ll /etc/yum.repos.d/

 备份当前的yum配置文件

建议备份当前的yum配置文件:

sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

下载阿里云的yum配置文件

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

清除并生成yum缓存

更换源后,需要清除旧的缓存并生成新的缓存:

yum clean all
yum makecache

验证更换是否成功

通过查看当前启用的源命令验证更换是否成功:

 yum repolist

换源完成!!!




点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部