首頁 > 軟體

CentOS RedHat YUM 源擴充套件補充(包括32位元、64位元)

2020-06-16 17:55:15

一般情況下強烈建議在CentOS6下面使用YUM設定安裝LAMP環境,一些兄弟也很喜歡使用編譯的安裝方法,個人覺得如果不是對伺服器做客製化,用yum安裝穩定簡單,何必去download&make&make install呢。

為centos設定rpmforge及epel源。centos官方的源其實也夠用,不過像php的一些擴充套件如php-mcrypt在官方源中並沒有。
rpmforge源可以在 http://pkgs.repoforge.org/rpmforge-release/中下載安裝,名為rpmforge- release-*.i686.rpm 或 rpmforge-release-*.x86_64.rpm,找最新的版本
epel源可以在http://download.Fedoraproject.org/pub/epel/6/ 中找到,32系統在i386資料夾中,64位元的在x86_64資料夾中,名為epel-release-6-*.noarch.rpm,找最新的版本
 這裡以32位元系統為例子,
#如果提示The requested URL returned error: 404,請自行換成最新的版本
rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-5.noarch.rpm

操作實戰:

===========================================

請按我下面的操作進行:

切換預設centos源到163映象(此步驟不是必須步驟)
http://mirrors.163.com/.help/centos.html

根據提示進行操作

然後補充yum源,使用下面命令

32位元
rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm
rpm -ivh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm

64位元
rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
rpm -ivh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

RedHat 6.2 Linux修改yum源免費使用CentOS源 http://www.linuxidc.com/Linux/2013-07/87383.htm

設定EPEL YUM源 http://www.linuxidc.com/Linux/2012-10/71850.htm

Redhat 本地yum源設定 http://www.linuxidc.com/Linux/2012-11/75127.htm

yum的組態檔說明 http://www.linuxidc.com/Linux/2013-04/83298.htm

RedHat 6.1下安裝yum(圖文) http://www.linuxidc.com/Linux/2013-06/86535.htm

YUM 安裝及清理 http://www.linuxidc.com/Linux/2013-07/87163.htm

CentOS 6.4上搭建yum本地源 http://www.linuxidc.com/Linux/2014-07/104533.htm

本文永久更新連結地址http://www.linuxidc.com/Linux/2015-08/121754.htm


IT145.com E-mail:sddin#qq.com