更换163的yum源
Posted 黄海的编程知识世界
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了更换163的yum源相关的知识,希望对你有一定的参考价值。
cd /etc/yum.repos.d
mv CentOS-Base.repo CentOS-Base.repo.bak
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
mv CentOS6-Base-163.repo CentOS-Base.repo
yum clean all
yum makecache
#python3 进行pip安装时使用豆瓣的源
pip3 install tornado -i https://pypi.douban.com/simple/
#Centos x64 6.9下载mini版本
http://mirrors.sohu.com/centos/6.9/isos/x86_64/CentOS-6.9-x86_64-minimal.iso
#安装
yum install sysstat -y
以上是关于更换163的yum源的主要内容,如果未能解决你的问题,请参考以下文章