Linux-换yum源
Posted 浮梦
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux-换yum源相关的知识,希望对你有一定的参考价值。
1、打开centos的yum文件夹
cd /etc/yum.repos.d/
2、用wget下载repo文件
wget http://mirrors.aliyun.com/repo/Centos-7.repo
这里用的是阿里巴巴的,大家也可以用网易或者其他公司的源,网址可自行查找
如果wget命令不生效,说明还没有安装wget工具,输入yum -y install wget
回车进行安装。
当前目录是/etc/yum.repos.d/,刚刚下载的Centos-7.repo也在这个目录上
3、备份系统原来的repo文件
mv CentOs-Base.repo CentOs-Base.repo.bak
4、替换系统原理的repo文件
mv Centos-7.repo CentOs-Base.repo
5、执行yum源更新命令
yum clean all
yum makecache
yum update
依次执行上述三条命令即配置完毕。
以上是关于Linux-换yum源的主要内容,如果未能解决你的问题,请参考以下文章
Cg入门20:Fragment shader - 片段级模型动态变色(实现汽车动态换漆)
ubuntu16.04 yum报错:There are no enabled repos. Run “yum repolist all“ to see the repos you have.(代码片段
Linux(红包)安装yum后,参数可以显示,但是命令不好用
CentOS yum 命令出现 [Errno 14] curl#6 - "Couldn't resolve host ..." 的解决方法(代码片段