91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何給RHEL系統替換軟件更新源

發布時間:2021-09-26 11:58:05 來源:億速云 閱讀:107 作者:iii 欄目:系統運維

這篇文章主要介紹“如何給RHEL系統替換軟件更新源”,在日常操作中,相信很多人在如何給RHEL系統替換軟件更新源問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”如何給RHEL系統替換軟件更新源”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!

RHEL5.X 替換更新源

代碼如下:


cd /etc/yum.repos.d
wget http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo
mv CentOS-Base.repo rhel-debuginfo.repo
rpm --import http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5

RHEL6.1替換更新源
1.移除Yum

代碼如下:


rpm -aq|grep yum|xargs rpm -e --nodeps

2.下載Yum

代碼如下:


wget http://mirrors.163.com/centos/6.2/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm
wget http://mirrors.163.com/centos/6.2/os/x86_64/Packages/yum-3.2.29-22.el6.centos.noarch.rpm
wget http://mirrors.163.com/centos/6.2/os/x86_64/Packages/yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
wget http://mirrors.163.com/centos/6.2/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.30-10.el6.noarch.rpm


3.安裝Yum

代碼如下:


rpm -ivh python-iniparse-0.3.1-2.1.el6.noarch.rpm
rpm -ivh yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
rpm -ivh yum-3.2.29-22.el6.centos.noarch.rpm yum-plugin-fastestmirror-1.1.30-10.el6.noarch.rpm


4.更新repo文件,使用網易文件
切換目錄到 /etc/yum.repos.d/目錄下

代碼如下:


cd /etc/yum.repos.d/
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo  
vi CentOS6-Base-163.repo  


編輯文件,把文件里面的$releasever全部替換為版本號,即6 最后保存!或者直接把下面的內存拷貝到CentOS6-Base-163.repo文件中即可(已經修改好)。

代碼如下:


# CentOS-Base.repo  
#  
# The mirror system uses the connecting IP address of the client and the  
# update status of each mirror to pick mirrors that are updated to and  
# geographically close to the client. You should use this for CentOS updates  
# unless you are manually picking other mirrors.  
#  
# If the mirrorlist= does not work for you, as a fall back you can try the  
# remarked out baseurl= line instead.  
#  
#  

代碼如下:


[base]  
name=CentOS-6 - Base - 163.com  
baseurl=http://mirrors.163.com/centos/6/os/$basearch/  
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=os  
gpgcheck=1  
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6  

代碼如下:


#released updates  
[updates]  
name=CentOS-6 - Updates - 163.com  
baseurl=http://mirrors.163.com/centos/6/updates/$basearch/  
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=updates  
gpgcheck=1  
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6

代碼如下:


#additional packages that may be useful  
[extras]  
name=CentOS-6 - Extras - 163.com  
baseurl=http://mirrors.163.com/centos/6/extras/$basearch/  
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=extras  
gpgcheck=1  
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6  

代碼如下:


#additional packages that extend functionality of existing packages  
[centosplus]  
name=CentOS-6 - Plus - 163.com  
baseurl=http://mirrors.163.com/centos/6/centosplus/$basearch/  
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=centosplus  
gpgcheck=1  
enabled=0  
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6  

代碼如下:


#contrib - packages by Centos Users  
[contrib]  
name=CentOS-6 - Contrib - 163.com  
baseurl=http://mirrors.163.com/centos/6/contrib/$basearch/  
#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=contrib  
gpgcheck=1  
enabled=0  
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6  

5.最后一步

代碼如下:


yum clean all            #清理yum緩存
yum makecache        #將服務器上的軟件包信息緩存到本地,以提高搜索安裝軟件的速度。
yum list yum    #測試配置的yum源是否已經生效。

到此,關于“如何給RHEL系統替換軟件更新源”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

夏邑县| 淮阳县| 宁波市| 什邡市| 云和县| 大余县| 盖州市| 栾城县| 英吉沙县| 延庆县| 乌鲁木齐县| 凯里市| 哈尔滨市| 象山县| 阿坝| 定兴县| 百色市| 长海县| 大竹县| 凉城县| 磐石市| 长兴县| 柞水县| 平谷区| 耿马| 浮山县| 苏州市| 云霄县| 宁波市| 仙游县| 喀喇沁旗| 津南区| 昭平县| 庐江县| 科技| 申扎县| 龙海市| 潞城市| 合江县| 乌海市| 呈贡县|