Php
CentOS 軟體包不可用
我安裝了一個 CentOS 5.5,預設的 php 包是 5.1.6。我想安裝 5.2.9,所以我添加了 /etc/yum.repo.d/CentOS-Testing.repo
[c5-testing] name=CentOS-5 Testing baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/ enabled=0 gpgcheck=1 gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
php-5.2.9-2.el5.centos.x86_64.rpm可用http://dev.centos.org/centos/5/testing/x86_64/RPMS/
所以我嘗試了:yum clean all , yum search php-5.2.9-2.el5.centos.x86_64.rpm –> 警告:沒有找到匹配項:php-5.2.9-2.el5.centos.x86_64.rpm
我做錯了什麼?謝謝你的幫助。
您已通過在配置中進行設置告訴 yum忽略此儲存庫。
enabled=0
您可以設置:enabled=1
或者:
yum --enablerepo=c5-testing ...