RedHat Enterprise Linux 6.4使用Centos 6 的yum源
思路:解除安裝redhat自帶yum,然後下載centos的yum,安裝後修改配置檔案
1、首先到下載軟體包
x86 地址:/6/os/i386/Packages/
x86_64 地址:/6/os/x86_64/Packages/
必要下載的軟體包有(以64位系統為例):
a python-iniparse-0.3.1-2.1.el6.noarch.rpm
b yum-3.2.29-40.el6.centos.noarch.rpm
c yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
d yum-plugin-fastestmirror-1.1.30-14.el6.noarch.rpm
下載命令:
wget /6/os/x86_64/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm wget /6/os/x86_64/Packages/yum-metadata-parser-1.1.2-16.el6.x86_64.rpm wget /6/os/x86_64/Packages/yum-3.2.29-40.el6.centos.noarch.rpm wget /6/os/x86_64/Packages/yum-plugin-fastestmirror-1.1.30-14.el6.noarch.rpm |
[注] :版本不一定要最新的
2、解除安裝RedHat自帶的yum
rpm -qa | grep yum | xargs rpm -e --nodeps
注:a、xargs是一條和類Unix作業系統的常用命令。它的作用是將引數列表轉換成小塊分段傳遞給其他命令,以避免引數列表過長的問題
b、--nodeps 強制解除安裝,不管依賴性
3、安裝下載的centos的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-40.el6.centos.noarch.rpm yum-plugin-fastestmirror-1.1.30-14.el6.noarch.rpm
[注] :最後2個需要一起安裝,否則會出現依賴性錯誤
4、到的 centos幫助文件 中下載CentOS6-Base-163.repo檔案,存放到/etc/yum.repo.d中
wget
5、編輯CentOS6-Base-163.repo檔案,將其中的$releasever更改為centos的版本號
下面是修改好的:
# 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=/6/os/$basearch/ #mirrorlist= gpgcheck=1 gpgkey=
#released updates [updates] name=CentOS-6 - Updates - 163.com baseurl=/6/updates/$basearch/ #mirrorlist= gpgcheck=1 gpgkey=
#additional packages that may be useful [extras] name=CentOS-6 - Extras - 163.com baseurl=/6/extras/$basearch/ #mirrorlist= gpgcheck=1 gpgkey=
#additional packages that extend functionality of existing packages [centosplus] name=CentOS-6 - Plus - 163.com baseurl=/6/centosplus/$basearch/ #mirrorlist= gpgcheck=1 enabled=0 gpgkey=
#contrib - packages by Centos Users [contrib] name=CentOS-6 - Contrib - 163.com baseurl=/6/contrib/$basearch/ #mirrorlist= gpgcheck=1 enabled=0 gpgkey= |
6、yum clean all 清除原有快取
7、yum makecache 獲取yum列表
出現下面提示,表示yum更改完成:
Metadata Cache Created
http://blog.sina.com.cn/s/blog_50f908410101cto6.html
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21754115/viewspace-1117861/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Redhat 7使用CentOS 7的Yum網路源RedhatCentOS
- redhat6.7修改為centos6.7官方yum源RedhatCentOS
- Linux之RedHat7如何更換yum源LinuxRedhat
- Linux CentOS 7 更新yum源LinuxCentOS
- centos6-增加阿里yum源CentOS阿里
- CentOS6.x使用163和epel yum源的選擇CentOS
- linux CentOS更換 ali YUM源LinuxCentOS
- Red Hat Linux安裝CentOS的yum源LinuxCentOS
- Linux系統CentOS6 7 8更換阿里yum源的方法LinuxCentOS阿里
- CentOS 6的yum源配置(最新地址)CentOS
- redhat 5.5 配置網路yum源Redhat
- RedHat8 配置本地yum源Redhat
- linux6 聯網yum 源Linux
- centos6的yum源更新版本CentOS
- Redhat8 yum源內網部署Redhat內網
- CentOS6配置清華大學yum源CentOS
- redhat enterprise linux中vsftp開機自啟動RedhatLinuxFTP
- CentOS 配置yum源CentOS
- CentOS修改yum源CentOS
- 在Linux(Redhat/CentOS)下安裝MySQL之yum(rpm)線上安裝方式LinuxRedhatCentOSMySql
- 在Linux(Redhat/CentOS)下安裝MySQL之yum(rpm)離線安裝方式LinuxRedhatCentOSMySql
- Centos-7修改yum源為國內的yum源CentOS
- linux配置本地yum源 centos7.9為例LinuxCentOS
- Centos6下使用yum安裝MariaDBCentOS
- CentoS6停止維護-yum源配置問題CentOS
- CentOS 搭建內部Yum源同步阿里Yum源CentOS阿里
- centos 替換yum源CentOS
- 搭建企業內部yum倉庫(centos6+centos7+epel源)CentOS
- Redhat(02):yum 配置Redhat
- CentOS8使用阿里雲yum源異常CentOS阿里
- CentOS6.9配置yum源CentOS
- CentOS7 修改 yum 源CentOS
- Centos 7 常用yum源配置CentOS
- Centos系統配置yum源CentOS
- CentOS6.8配置yum源CentOS
- centos7.5配置yum源CentOS
- CentOS7--配置yum源CentOS
- linux yum 源部署Linux
- centos同步yum源到本地,建立本地網路yum源CentOS