CentOS6.x使用163和epel yum源的選擇
一、什麼是EPEL?
二、CentOS 6.X 安裝163 YUM源
三、CentOS 6.X 安裝使用EPEL YUM源(推薦)
四、解除安裝EPEL源
注:作業系統 CentOS 6.X
用163的YUM源,因為是國內的YUM源,比較快,但也有很多rpm包沒有,所以不推薦。(假如不能連線國外網路,就使用163 yum源;假如能訪問國外網路,就使用epel yum源。)
一、什麼是EPEL?
EPEL,即Extra Packages for Enterprise Linux() 是由 Fedora 社群打造,為 RHEL 及衍生發行版如 CentOS、Scientific Linux 等提供高質量軟體包的專案。在這裡可以獲得 RHEL 的高質量、高效能、高可靠性、免費、方便易用的軟體包。
二、CentOS 6.X 安裝163 YUM源
1.檢視系統版本
[root@sht-sgmhadoopdn-01 ~]# cd /etc/yum.repos.d/
[root@sht-sgmhadoopdn-01 yum.repos.d]# lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 6.5 (Final)
Release: 6.5
Codename: Final
You have mail in /var/spool/mail/root
[root@sht-sgmhadoopdn-01 yum.repos.d]# cat /etc/issue
CentOS release 6.5 (Final)
Kernel \r on an \m
2.備份/etc/yum.repos.d/CentOS-Base.repo
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
3.下載對應版本repo檔案, 放入/etc/yum.repos.d/(操作前請做好相應備份)
[root@sht-sgmhadoopdn-01 yum.repos.d]# wget
Resolving mirrors.163.com... 123.58.173.186, 123.58.173.185
Connecting to mirrors.163.com|123.58.173.186|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2006 (2.0K) [application/octet-stream]
Saving to: “CentOS6-Base-163.repo”
100%[==========================================================================================================================>] 2,006 --.-K/s in 0s
2016-12-11 16:21:04 (239 MB/s) - “CentOS6-Base-163.repo” saved [2006/2006]
[root@sht-sgmhadoopdn-01 yum.repos.d]# ll
total 12
-rw-r--r-- 1 root root 2006 Sep 18 2014 CentOS6-Base-163.repo
-rw-r--r-- 1 root root 133 Dec 3 09:34 cloudera-manager.repo
-rw-r--r-- 1 root root 129 Nov 25 18:10 cloudera-manager.repo.~1~
4.重新生成快取
[root@sht-sgmhadoopdn-01 yum.repos.d]# yum clear all
[root@sht-sgmhadoopdn-01 yum.repos.d]# yum makecache
三、CentOS 6.X 安裝使用EPEL YUM源(推薦)
1. 檢視作業系統版本
[root@sht-sgmhadoopdn-02 ~]# cd /etc/yum.repos.d/
[root@sht-sgmhadoopdn-02 yum.repos.d]# ll
total 12
-rw-r--r-- 1 root root 2006 Nov 25 19:34 CentOS6-Base.repo.bak
-rw-r--r-- 1 root root 133 Dec 3 08:52 cloudera-manager.repo
-rw-r--r-- 1 root root 129 Nov 25 18:11 cloudera-manager.repo.~1~
[root@sht-sgmhadoopdn-02 yum.repos.d]# uname -a
Linux sht-sgmhadoopdn-02 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
[root@sht-sgmhadoopdn-02 yum.repos.d]# cat /etc/issue
CentOS release 6.5 (Final)
Kernel \r on an \m
2.下載相應的EPEL源
[root@sht-sgmhadoopdn-02 yum.repos.d]# wget
Resolving mirrors.hust.edu.cn... 202.114.18.160
Connecting to mirrors.hust.edu.cn|202.114.18.160|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 14540 (14K) [application/x-redhat-package-manager]
Saving to: “epel-release-6-8.noarch.rpm”
100%[==========================================================================================================================>] 14,540 67.9K/s in 0.2s
2016-12-11 16:25:22 (67.9 KB/s) - “epel-release-6-8.noarch.rpm” saved [14540/14540]
3.安裝EPEL源(注:我這裡是64位系統)
[root@sht-sgmhadoopdn-02 yum.repos.d]# rpm -ivh epel-release-6-8.noarch.rpm
Preparing... ########################################### [100%]
1:epel-release ########################################### [100%]
4.匯入key檔案
[root@sht-sgmhadoopdn-02 yum.repos.d]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
6.重新生成快取
[root@sht-sgmhadoopdn-02 yum.repos.d]# yum clean all
[root@sht-sgmhadoopdn-02 yum.repos.d]# yum makecache
[root@sht-sgmhadoopdn-02 yum.repos.d]#
四、解除安裝EPEL源
[root@sht-sgmhadoopdn-02 yum.repos.d]# rpm -e epel-release
說明:如果你暫時不想使用EPEL的yum源的話,把對應檔案裡的enabled=1改成enabled=0就行了,如果你完全不需要了,那就直接解除安裝掉
轉至:http://blog.itpub.net/30089851/viewspace-2130239/
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31441024/viewspace-2153729/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Centos7配置阿里epel源|yum源CentOS阿里
- CentOS7 配置 163 yum 源CentOS
- CentOS7 yum源修改為阿里,配置阿里epel源CentOS阿里
- OpenStack版本選擇及yum源準備
- 將Centos的yum源更換為國內的阿里雲(163)源CentOS阿里
- YUM源部署和使用
- 阿里雲 CentOS 映象和 EPEL 源阿里CentOS
- 搭建企業內部yum倉庫(centos6+centos7+epel源)CentOS
- 圖床的選擇和使用圖床
- yum本地源和外網源的配置方法
- 搭建本地yum源,使用安裝光碟的rpm作為yum源的檔案
- Centos-Stream 配置本地yum源和配置阿里雲yum源CentOS阿里
- html和css選擇器使用HTMLCSS
- 使用json和jquery級聯選擇JSONjQuery
- Centos-7修改yum源為國內的yum源CentOS
- Redhat 7使用CentOS 7的Yum網路源RedhatCentOS
- js選擇物件和jq選擇物件的區別JS物件
- 在選擇開源時需要基於自身需求選擇合適的開源協議協議
- CentOS 搭建內部Yum源同步阿里Yum源CentOS阿里
- 使用Jquery和Ajax的動態依賴選擇框jQuery
- 配置yum源
- 新增yum源
- yum 配置源
- css3偽元素選擇器before 和 after 的使用CSSS3
- yum源配置大全
- CentOS 配置yum源CentOS
- CentOS修改yum源CentOS
- linux yum 源部署Linux
- 本地yum源搭建
- CentOS8使用阿里雲yum源異常CentOS阿里
- centos同步yum源到本地,建立本地網路yum源CentOS
- Linux yum源配置以及yum命令講解Linux
- linux配置本地ISO的yum源Linux
- 使用 CSS 選擇器實現對不含 title 屬性元素的選擇CSS
- 將Centos 的預設yum源改為阿里雲的yum源後出現的問題CentOS阿里
- CentOS7 yum 報錯: Cannot retrieve metalink for repository: epel. Please verify its path and try againCentOSAI
- 小知識:CentOS配置yum源/解決yum源失效問題CentOS
- Fedora怎麼設定DVD為yum源?Fedora設定DVD為yum源的方法