centos6修改yum源

记录一下,很多源都不好使了

备份

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

下载

wget -O /etc/yum.repos.d/CentOS-Base.repo https://gitee.com/yeungchie/CentOS6_yum/raw/master/CentOS6-Base.repo
wget -O /etc/yum.repos.d/epel.repo https://gitee.com/yeungchie/CentOS6_yum/raw/master/epel6.repo
 

更新

yum clean all
yum makecache
posted @ 2022-08-02 15:03  贺秋雨  阅读(88)  评论(0编辑  收藏  举报