标签:ase ror epel ref yum源 repo ali 标签页 工具
点此快速打开文章【图床_将你的CentOS 7 配置yum源】
repo
源ls /etc/yum.repos.d/ mkdir -p /etc/yum.repos.d/bak -->创建备份目录 /bin/mv /etc/yum.repos.d/*.repo /etc/yum.repos.d/bak -->备份系统原先的源 !ls
repo
源(以CentOS 7 为例)curl -s -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo curl -s -o /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo yum clean all -->清除缓存 !ls
rpm -qa wget -->先查看有没有wget(下载工具)软件 yum install -y wget -->然后安装 !rpm
repo
源移动到 bak
里cd /etc/yum.repos.d/ ls \mv *.repo bak/
repo
文件,放入/etc/yum.repos.d/
(操作前请做好相应备份)
CentOS5
:http://mirrors.163.com/.help/CentOS5-Base-163.repo
CentOS6
:http://mirrors.163.com/.help/CentOS6-Base-163.repo
CentOS7
:http://mirrors.163.com/.help/CentOS7-Base-163.repo
ls wget http://mirrors.163.com/.help/CentOS7-Base-163.repo ls
yum clean all yum makecache
『MineGi有话说』:快来扫一扫下面链接的二维码,加入我们吧!
标签:ase ror epel ref yum源 repo ali 标签页 工具
原文地址:https://www.cnblogs.com/MineGi/p/12793983.html