Centos7.8 yum下载慢怎么办,更换中国源,更换阿里源
1,备份一下原本的yum源:
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2,下载阿里云的yum源【我下的是CentOS7的,如果需要其他版本,那么只需要将下面的7改成5或6即可】:
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
3,之后运行给install生成缓存
yum makecache
4.更新下yum
yum update
还没有评论,来说两句吧...