admin 发表于 2023-1-7 22:50:08

CentOS 7 系统切换阿里yun节点

先用宝塔终端或者Shell工具链接上服务器,在命令输入框依次输入一下内容:

第一步:安装Wget

yum -y install wget
第二步:备份本地yum源
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo_bak第三步:获取阿里yum源配置文件
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo第四步:更新yum缓存
yum makecache
其他换yum命令:
yum update





页: [1]
查看完整版本: CentOS 7 系统切换阿里yun节点