CentOS 6.6下配置本地yum源與網路yum源

來源:互聯網
上載者:User

標籤:

一、本地yum源

1、系統預設已經安裝了可使用yum的軟體包,所以可以直接配置:

[[email protected] ~]# cd /etc/yum.repos.d/                         yum源設定檔放置目錄

 

[[email protected] yum.repos.d]# mv CentOS-Base.repo CentOS-Base.repo.bak    先將網路yum源        設定檔更名(讓其失效)

[[email protected] yum.repos.d]# vim CentOS-Media.repo                編輯本地yum源檔案

 

[c6-media]

name=CentOS-$releasever - Media        本地yum源名稱(可隨意修改)

baseurl=file:///mnt/sr0                光碟片掛載目錄/mnt/sr0

gpgcheck=1                             

enabled=1                              使用此yum源(等於0為不啟用)

gpgkey=file:///mnt/sr0/RPM-GPG-KEY-CentOS-6      本地yum源密鑰

 

二、簡單配置國內網路yum源

網易(163)yum源是國內最好的yum源之一 ,無論是速度還是軟體版本,都非常的不錯,將yum源設定為163yum,可以提升軟體包安裝和更新的速度,同時避免一些常見軟體版本無法找到。具體設定方法如下:

1,進入yum源配置目錄
cd /etc/yum.repos.d

2,備份系統內建的yum源
mv CentOS-Base.repo CentOS-Base.repo.bk
下載163網易的yum源:
wget http://mirrors.163.com/.help/CentOS6-Base-163.repo

3,更新玩yum源後,執行下邊命令更新yum配置,使操作立即生效
yum makecache

4,除了網易之外,國內還有其他不錯的yum源,比如中科大和搜狐的,大家可以根據自己需求下載
中科大的yum源:
wget http://centos.ustc.edu.cn/CentOS-Base.repo
sohu的yum源
wget http://mirrors.sohu.com/help/CentOS-Base-sohu.repo

理論上講,這些yum源redhat系統以及fedora也是可以用 的,但是沒有經過測試,需要的站長可以自己測試一下。

 

三、網路yum源(前提是必須能連上互連網,此處使用的yum源是中國科技大學的地址如下:

中國科技大學:http://centos.ustc.edu.cn/centos/)

[[email protected] yum.repos.d]# mv CentOS-Base.bak CentOS-Base.repo      如果之前沒更名就不用操作此步驟

[[email protected] yum.repos.d]# vim CentOS-Base.repo            編輯網路yum源檔案

 

[base]

name=CentOS-$releasever - Base

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os

baseurl=http://centos.ustc.edu.cn/centos/$releasever/os/$basearch/

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

 

#released updates 

[updates]

name=CentOS-$releasever - Updates

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates

baseurl=http://centos.ustc.edu.cn/centos/$releasever/updates/$basearch/

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

 

#additional packages that may be useful

[extras]

name=CentOS-$releasever - Extras

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras

baseurl=http://centos.ustc.edu.cn/centos/$releasever/extras/$basearch/

gpgcheck=1

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

 

#additional packages that extend functionality of existing packages

[centosplus]

name=CentOS-$releasever - Plus

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus

baseurl=http://centos.ustc.edu.cn/centos/$releasever/centosplus/$basearch/

gpgcheck=1

enabled=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6

 

#contrib - packages by Centos Users

[contrib]

name=CentOS-$releasever - Contrib

#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib

baseurl=http://centos.ustc.edu.cn/centos/$releasever/contrib/$basearch/

gpgcheck=1

enabled=0

gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6


四、注意事項:

使用yum時最好只能讓一個yum源生效,因為系統預設優先使用網路yum源。

 

五丶

 

至此yum安裝完成,

在 yum install 安裝程式前,建議最好先輸入下列指令

#yum clean all

#yum update

 

###  此上所有摘抄與網路

 

CentOS 6.6下配置本地yum源與網路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.