Linux學習筆記之RedHat Enterprise Linux 6.4 使用 Centos 6 的yum源問題

來源:互聯網
上載者:User

標籤:

作為一名新手,學習Linux已經一個月了,其間遇到了不少問題,而今天筆者遇到的問題是

#yum install pam-devel

#This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Nothing to do

    經過一個上午的研究發現,其實如果使用redhat的yum源需註冊付費,費時費力,況且我僅僅只是一個初學者,只在自己電腦上搭了個redhat系統而已,沒必要為此大費周章。通過度娘發現了很多解決辦法,但很多辦法在我電腦上行不通,才知道廣大網友的環境是不一樣的,所以他們的辦法不一定符合自己的電腦。

下面是筆者結合網上的相關資料,針對與我相同環境的系統的解決辦法。

系統:RedHat Enterprise Linux 6.4-x86_64 md5:467B53791903F9A0C477CBB1B24FFD1F   這是:http://pan.baidu.com/s/1bniVAMj

第一步下載相關安裝包

可以通過http://mirrors.163.com/centos下載,這是筆者已經下載好的http://pan.baidu.com/s/1qW0MbgC

第二步卸載Redhat內建的yum

#rpm -qa | grep yum | xargs rpm -e --nodeps

第三步安裝下載的安裝包

#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

第四步到http://mirrors.163.com的 centos協助文檔 
中下載CentOS6-Base-163.repo檔案,存放到/etc/yum.repo.d中

#wget http://mirrors.163.com/.help/CentOS6-Base-163.repo

第五步將Centos6-Base-163.repo中的$releasever改為Centos的版本號碼即可

為了防止錯誤,也可使用我已修改好的檔案http://pan.baidu.com/s/1o6AZ23o

檔案修改成如下即可:

# 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

第六步 yum clean all 清除原有緩衝

第七步 yum makecache  擷取yum列表

等待,大約三分鐘後出現下面提示,表示yum更改完成:

Metadata Cache Created

Linux學習筆記之RedHat Enterprise Linux 6.4 使用 Centos 6 的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.