2021-08-31 DevOps
请注意,本文编写于
1641
天前,最后修改于
1318
天前,其中某些信息可能已经过时。
备份
使用阿里源 ( cent os 7 )
mkdir /etc/yum.repos.d/backup mv /etc/yum.repos.d/*.* /etc/yum.repos.d/backup
wget -O /etc/yum.repos.d/CentOS7-Aliyun.repo http://mirrors.aliyun.com/repo/Centos-7.repo wget -O /etc/yum.repos.d/epel-7-Aliyun.repo http://mirrors.aliyun.com/repo/epel-7.repo yum clean all yum makecache #查看源列表 yum repolist all
如果对你有用的话,可以打赏哦
打赏


本文作者:mereith
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
目录
备份
使用阿里源 ( cent os 7 )
2021-08-31 DevOps
请注意,本文编写于
1641
天前,最后修改于
1318
天前,其中某些信息可能已经过时。
备份
使用阿里源 ( cent os 7 )
mkdir /etc/yum.repos.d/backup mv /etc/yum.repos.d/*.* /etc/yum.repos.d/backup
wget -O /etc/yum.repos.d/CentOS7-Aliyun.repo http://mirrors.aliyun.com/repo/Centos-7.repo wget -O /etc/yum.repos.d/epel-7-Aliyun.repo http://mirrors.aliyun.com/repo/epel-7.repo yum clean all yum makecache #查看源列表 yum repolist all
如果对你有用的话,可以打赏哦
打赏


本文作者:mereith
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!
目录
备份
使用阿里源 ( cent os 7 )