VPS侦探论坛

标题: Centos7.4 更换国内yum源 [打印本页]

作者: 海外服务商    时间: 2021-9-30 10:22
标题: Centos7.4 更换国内yum源
1.进入yum源配置文件夹。(配置之前先看看有没有安装wget命令呢,没的话可以先用当前的yum源安装一下再说。yum -y install wget)

cd /etc/yum.repos.d


2.备份一下之前的配置文件。

mv ./CentOS-Base.repo ./CentOS-Base.repo.bak


3.下载网易163源。(换了CentOS7-Base-163.repo)

wget http://mirrors.163.com/.help/CentOS7-Base-163.repo


4.把CentOS-Base-163.repo设置为默认源

mv CentOS7-Base-163.repo /etc/yum.repos.d/CentOS-Base.repo

5.运行yum clean all , yum makecache生成缓存即可,之后便可以使用yum安装软件了。
yum clean all
yum makecache






欢迎光临 VPS侦探论坛 (https://bbs.lnmp.com/) Powered by Discuz! X3.4