CentOS7--配置yum源
CentOS7–配置yum源(筆錄)
1、配置163的yum源
-----|安裝wget,下載並配置為163yum源
cd /etc/yum.repos.d/
wget http://mirrors.163.com/.help/CentOS7-Base-163.repo
備份原yum源並更換為163yum源:
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
mv CentOS7-Base-163.repo CentOS-Base.repo
重新整理YUM的快取狀態:
yum clean all
yum makecache
2、配置阿里的yum源
-----|替換為阿里yum源(還是阿里雲yum好,否則下一步會出錯)
# 使用之前請確保已經安裝wget,如未安裝請執行下面一條命令來安裝
yum install -y wget
# 1.備份當前yum源(可選)
cd /etc/yum.repos.d/
cp CentOS-Base.repo CentOS-Base-repo.bak
# 2.使用wget下載阿里yum源repo檔案
wget http://mirrors.aliyun.com/repo/Centos-7.repo
# 3.清理預設快取包
yum clean all
# 4.把下載下來的阿里雲repo檔案設定成為預設源
mv Centos-7.repo CentOS-Base.repo
# 5.生成阿里雲yum源快取並更新yum源
yum makecache
yum update
3、yum源資訊查詢
yum info yum
4、調整yum源-解決一些包不存在的情況
-----| 調整yum源 (配置了其他yum源後安裝時出現找不到包檔案,可以使用次方法解決)
yum install epel-release
相關文章
- 配置yum源
- yum 配置源
- yum源配置大全
- CentOS 配置yum源CentOS
- Centos-Stream 配置本地yum源和配置阿里雲yum源CentOS阿里
- Linux yum源配置以及yum命令講解Linux
- centos7.5配置yum源CentOS
- CentOS6.9配置yum源CentOS
- oel 7 本地yum源配置
- Centos 7 常用yum源配置CentOS
- Centos系統配置yum源CentOS
- RHEL7 yum源配置
- CentOS6.8配置yum源CentOS
- 小知識:CentOS配置yum源/解決yum源失效問題CentOS
- Centos7配置阿里epel源|yum源CentOS阿里
- 02_2__配置本地YUM源
- CentOS 7 配置 阿里雲 yum源CentOS阿里
- linux配置本地ISO的yum源Linux
- redhat 5.5 配置網路yum源Redhat
- Linux系統配置本地yum源Linux
- centos-7.6配置本地yum源CentOS
- CentOS7 配置 163 yum 源CentOS
- RedHat8 配置本地yum源Redhat
- yum本地源和外網源的配置方法
- CentOS7配置yum國內源CentOS
- CentOS8配置阿里雲YUM源CentOS阿里
- Centos8.x yum 源配置 解決 yum 不可用CentOS
- Vmware配置Centos7配置yum源(新手小白福音)CentOS
- CentOS7 yum源修改為阿里,配置阿里epel源CentOS阿里
- centos系統配置yum的國內映象源CentOS
- CentOS6配置清華大學yum源CentOS
- linux配置本地yum源 centos7.9為例LinuxCentOS
- CentOS 6的yum源配置(最新地址)CentOS
- Linux學習-通過光碟配置本地yum源Linux
- CentOS 搭建內部Yum源同步阿里Yum源CentOS阿里
- CentoS6停止維護-yum源配置問題CentOS
- 新增yum源
- YUM源伺服器搭建與客戶端配置使用伺服器客戶端