Loading
0

Centos6.x默认yum无法安装文件解决方法
被墙跳转TG:@qianhenetwork QQ 851617266

301免备案跳转微信公众号
腾讯云服务器大促销。
华为服务器
前言:目前默认的Centos6.xYum源已经无法使用了,很多时候无法使用yum安装文件,怎么办呢?本教程将介绍在centos6.x中更改yum源来达到可用的目的。
将如下命令依次执行一下即可在centos6.x中使用yum源了。亲测有效

cd /etc/yum.repos.d/
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
wget -O /etc/yum.repos.d/CentOS-Base.repo http://file.kangle.odata.cc/repo/Centos-6.repo
wget -O /etc/yum.repos.d/epel.repo http://file.kangle.odata.cc/repo/epel-6.repo
yum makecache

301免备案跳转微信公众号
华为服务器
腾讯云服务器大促销。

声明:站长码字很辛苦啊,转载时请保留本声明及附带文章链接:https://www.zfcdn.xyz/showinfo-3-36163-0.html
亲爱的:被墙域名跳转TG:@qianhenetwork QQ:851617266,可否收藏+评论+分享呢?

最后编辑于:2021-08-03 21:36:21作者:

上一篇:Ubuntu和Debian系统增加多个ip地址方法
下一篇:Linux下shell命令查看网站访问量/访问次数/连接数等命令大全