亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

如何給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

扎兰屯市| 澜沧| 宜宾县| 公安县| 祁连县| 于都县| 岑巩县| 会东县| 玉溪市| 浏阳市| 灵宝市| 孟连| 五华县| 新乡市| 荥阳市| 江陵县| 武清区| 老河口市| 南涧| 黄石市| 淳化县| 柏乡县| 东兰县| 定州市| 长垣县| 湟中县| 健康| 秭归县| 开阳县| 镇原县| 缙云县| 孟津县| 柘荣县| 长泰县| 灌云县| 阳春市| 南丹县| 闽侯县| 特克斯县| 龙州县| 宝山区|