Error: python-devel conflicts with python 的解决方法
时间:2014-06-06 01:34 来源:linux.it.net.cn 作者:IT网
Error: python-devel conflicts with python 的解决方法
本人在给CentOS运行 yum update 命令时,发现升级过程中出现了错误提示:
yum update
There are unfinished transactions remaining. You mightconsider running yum-complete-transaction first to finish them.
--> Running transaction check
---> Package nss.i386 0:3.12.3.99.3-1.el5.centos.2 set to be updated
---> Package nss-devel.i386 0:3.12.3.99.3-1.el5.centos.2 set to be updated
......
--> Finished Dependency Resolution
python-devel-2.4.3-24.el5_3.6.i386 from updates has depsolving problems
--> python-devel conflicts with python
Error: python-devel conflicts with python
为此,我上了百度查阅了N多资料,虽然返回 了许多的解决方案,但多没有成功。在我苦恼的时候,我突然想起,CentOS是外国人的系统,如果要找CentOS的文章,还是E文的会更专业(绝无轻视中国开源人士的想法)。于是我在google 上查询了同样的问题,还删除掉其中的中文关键字。终于,让我在
https://www.centos.org/modules/newbb/viewtopic.php?topic_id=21546&forum=37&post_id=82779
找到某位高手的解决方案:
Please try --
yum clean all
yum install yum-utils
yum-complete-transaction
yum update
(责任编辑:IT)
Error: python-devel conflicts with python 的解决方法 本人在给CentOS运行 yum update 命令时,发现升级过程中出现了错误提示: yum update There are unfinished transactions remaining. You mightconsider running yum-complete-transaction first to finish them. --> Running transaction check ---> Package nss.i386 0:3.12.3.99.3-1.el5.centos.2 set to be updated ---> Package nss-devel.i386 0:3.12.3.99.3-1.el5.centos.2 set to be updated ...... --> Finished Dependency Resolution python-devel-2.4.3-24.el5_3.6.i386 from updates has depsolving problems --> python-devel conflicts with python Error: python-devel conflicts with python 为此,我上了百度查阅了N多资料,虽然返回 了许多的解决方案,但多没有成功。在我苦恼的时候,我突然想起,CentOS是外国人的系统,如果要找CentOS的文章,还是E文的会更专业(绝无轻视中国开源人士的想法)。于是我在google 上查询了同样的问题,还删除掉其中的中文关键字。终于,让我在 https://www.centos.org/modules/newbb/viewtopic.php?topic_id=21546&forum=37&post_id=82779 找到某位高手的解决方案: Please try -- yum clean all yum install yum-utils yum-complete-transaction yum update (责任编辑:IT) |