CentOS更换yum源

615次阅读
没有评论

共计 273 个字符,预计需要花费 1 分钟才能阅读完成。

下载阿里云源文件

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

执行更新

sed -i -e "s|mirrors.cloud.aliyuncs.com|mirrors.aliyun.com|g " /etc/yum.repos.d/CentOS-* sed -i -e "s|releasever|releasever-stream|g" /etc/yum.repos.d/CentOS-*

生成缓存

yum clean all && yum makecache
正文完
 
BlackBeans
版权声明:本站原创文章,由 BlackBeans 2023-10-17发表,共计273字。
转载说明:除特殊说明外本站文章皆由CC-4.0协议发布,转载请注明出处。
评论(没有评论)