centos6 yum 安装 更新

centos yum安装 官方停止更新了。需要换镜像

 

sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
curl -o /etc/yum.repos.d/CentOS-Base.repo https://www.xmpan.com/Centos-6-Vault-Aliyun.repo
yum clean all
yum makecache

 

centos6 yum 安装 更新

上一篇:flex布局


下一篇:tp5 商品上下架,精品,热销 修改(点改)+上架不可以删除,下架可删除+商品id详情 自写代码