Centos(6、7) —— yum源的配置
生活随笔
收集整理的這篇文章主要介紹了
Centos(6、7) —— yum源的配置
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
Linux系統(tǒng)下yum源的配置(阿里云):
1、備份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
?
2、下載新的CentOS-Base.repo?到/etc/yum.repos.d/
CentOS 6
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo或者curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repoCentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo或者curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo3、之后運(yùn)行yum makecache生成緩存。
?
4、配置epol源。安裝阿里云的epel源
?
1》、備份(如有配置其他epel源)
mv /etc/yum.repos.d/epel.repo /etc/yum.repos.d/epel.repo.backup
mv /etc/yum.repos.d/epel-testing.repo /etc/yum.repos.d/epel-testing.repo.backup
2》、下載新repo?到/etc/yum.repos.d/
epel(RHEL 7)
wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-7.repo
epel(RHEL 6)
wget-O/etc/yum.repos.d/epel.repohttp://mirrors.aliyun.com/repo/epel-6.repo
?
參考鏈接:https://blog.csdn.net/weixin_42167759/article/details/80293935
總結(jié)
以上是生活随笔為你收集整理的Centos(6、7) —— yum源的配置的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: C语言 —— 预定义符号__FILE__
- 下一篇: VMware10 —— 安装CentOS