升級Python後yum不可用的解決方案

升級Python後yum不可用的解決方案php

在Centos官網上查到了一篇文檔,方法以下。node

首先找到你安裝Centos的光盤或者ISO文件,只要系統版本同樣便可。拷貝以下文件到系統某目錄中:python

python-2.6.6-36.el6.x86_64.rpmmysql

python-urlgrabber-3.9.1-8.el6.noarch.rpmlinux

python-devel-2.6.6-36.el6.x86_64.rpmsql

python-libs-2.6.6-36.el6.x86_64.rpmcentos

yum-3.2.29-40.el6.centos.noarch.rpmtcp

具體版本號,根據你係統盤或者ISO提供爲準。ide

rpm -Uvh --replacepkgs *.rpmurl

#出現以下提示

Preparing... ########################################### [100%]

1:python-libs ########################################### [ 20%]

2:python ########################################### [ 40%]

3:python-urlgrabber ########################################### [ 60%]

4:yum ########################################### [ 80%]

5:python-devel ########################################### [100%]

執行yum命令,你熟悉的界面出現了~~


php安裝

rpm -qa | grep php | xargs rpm -e --nodeps

yum install php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml

semanage port -l|grep http
semanage port -a -t http_port_t -p tcp 9910   當開啓selinux,則須要執行這個命令,若是selinux關閉,則不用執行這個命令增長端口進去。

/etc/init.d/httpd start

相關文章
相關標籤/搜索