CentOS 6.5下本地yum源與網路yum源的配置使用

來源:互聯網
上載者:User

標籤:centos 6.5下本地yum源與網路yum源的配置使用

一、本地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源(前提是必須能連上互連網,此處使用的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源。





本文出自 “資源共用” 部落格,請務必保留此出處http://www1991.blog.51cto.com/8692352/1563304

CentOS 6.5下本地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.