RHEL 6.0使用CentOS yum源

來源:互聯網
上載者:User

標籤:

引言:由於RHEL的yum線上更新是收費的,如果沒有註冊的話是不能使用的,即不能線上安裝軟體。在這種情況下,想使用RHEL系統,還想用yum源來線上安裝軟體,有沒有辦法?答案是有辦法,請往下看!

1、刪除RHEL原有的yum
            rpm -aq|grep yum|xargs rpm -e --nodeps  #刪除

2、下載新的yum安裝包  #這裡我們使用CentOS的yum源

   wget http://mirror.centos.org/centos/6.0/os/i386/Packages/python-iniparse-0.3.1-2.1.el6.noarch.rpm
         wget http://mirror.centos.org/centos/6.0/os/i386/Packages/yum-metadata-parser-1.1.2-14.1.el6.i686.rpm
         wget http://mirror.centos.org/centos/6.0/os/i386/Packages/yum-3.2.27-14.el6.centos.noarch.rpm
         wget http://mirror.centos.org/centos/6.0/os/i386/Packages/yum-plugin-fastestmirror-1.1.26-11.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-14.1.el6.i686.rpm
         rpm -ivh  yum-3.2.27-14.el6.centos.noarch.rpm  yum-plugin-fastestmirror-1.1.26-11.el6.noarch.rpm
  
   注意:最後兩個安裝包要放在一起同時安裝,否則會提示相互依賴,安裝失敗。

4、更改yum源  #我們使用網易的CentOS鏡像源
   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檔案中即可(已經修改好)

1 # CentOS-Base.repo
2#
3# The mirror system uses the connecting IP address of the client and the
4# update status of each mirror to pick mirrors that are updated to and
5# geographically close to the client. You should use this for CentOS updates
6# unless you are manually picking other mirrors.
7#
8# If the mirrorlist= does not work for you, as a fall back you can try the
9# remarked out baseurl= line instead.
10#
11#
12
13[base]
14name=CentOS-6 - Base - 163.com
15baseurl=http://mirrors.163.com/centos/6/os/$basearch/
16#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=os
17gpgcheck=1
18gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
19
20#released updates
21[updates]
22name=CentOS-6 - Updates - 163.com
23baseurl=http://mirrors.163.com/centos/6/updates/$basearch/
24#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=updates
25gpgcheck=1
26gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
27
28#additional packages that may be useful
29[extras]
30name=CentOS-6 - Extras - 163.com
31baseurl=http://mirrors.163.com/centos/6/extras/$basearch/
32#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=extras
33gpgcheck=1
34gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
35
36#additional packages that extend functionality of existing packages
37[centosplus]
38name=CentOS-6 - Plus - 163.com
39baseurl=http://mirrors.163.com/centos/6/centosplus/$basearch/
40#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=centosplus
41gpgcheck=1
42enabled=0
43gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6
44
45#contrib - packages by Centos Users
46[contrib]
47name=CentOS-6 - Contrib - 163.com
48baseurl=http://mirrors.163.com/centos/6/contrib/$basearch/
49#mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=contrib
50gpgcheck=1
51enabled=0
52gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6

5、yum clean all     #清理yum緩衝
            yum makecache     #將伺服器上的軟體包資訊緩衝到本地,以提高搜尋安裝軟體的速度
            yum install vim*  #測試yum是否可用
 
至此,Redhat6可以使用CentOS的yum源線上安裝軟體了!

轉載自:http://www.osyunwei.com/archives/162.html

RHEL 6.0使用CentOS yum源

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.