php5.5yum源

cloud_ruiy發表於2014-04-11

PHP官網在下載頁面中只有原始碼下載,當然使用編譯安裝也是可以的,但是使用二進位制包安裝會非常快速。雖然PHP官網沒有提供二進位制安裝包,但是它推薦了兩個第三方的YUM源(CentOS中預設的YUM安裝的軟體包版本都是稍微有點低)。

第一個:http://iuscommunity.org/pages/About.html,具體的YUM源安裝可以到http://iuscommunity.org/pages/Repos.html下載:

CentOS 6:

http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/x86_64/repoview/epel-release.html


http://dl.iuscommunity.org/pub/ius/stable/CentOS/6/x86_64/repoview/ius-release.html
之前提到過ubuntu 9.10源、 Fedora 11 yum源,今天再提供下Centos 5.4 的yum源,是中國科技大學提供的.

中科大的Centos 開源映象站點.  http://centos.ustc.edu.cn/

執行以下命令就可以了

cd /etc/yum.repos.d
mv CentOS-Base.repo  CentOS-Base.repo.save
wget http://centos.ustc.edu.cn/CentOS-Base.repo.5
mv CentOS-Base.repo.5 CentOS-Base.repo


相關文章