In a case where 32 and 64 bit python packages are already installed:<br />
<br />
rpm -q python<br />
python-2.6.6-37.el6_4.x86_64<br />
python-2.6.6-37.el6_4.i686<br />
<br />
When doing a 'yum update' I get this:<br />
<br />
[<a href="mailto:pkst@cobbler1">pkst@cobbler1</a> ~]$ su -c 'yum update'<br />
Password: <br />
Loaded plugins: fastestmirror<br />
Loading mirror speeds from cached hostfile<br />
epel/metalink | 7.1 kB 00:00 <br />
* base: centos.sonn.com<br />
* epel: epel.mirror.constant.com<br />
* extras: ftp.usf.edu<br />
* updates: centos.mirror.nac.net<br />
base | 3.7 kB 00:00 <br />
epel | 4.2 kB 00:00 <br />
epel/primary_db | 5.7 MB 00:01 <br />
extras | 3.4 kB 00:00 <br />
extras/primary_db | 19 kB 00:00 <br />
pgdg92 | 2.8 kB 00:00 <br />
updates | 3.4 kB 00:00 <br />
updates/primary_db | 817 kB 00:00 <br />
Setting up Update Process<br />
Resolving Dependencies<br />
--> Running transaction check<br />
---> Package ca-certificates.noarch 0:2013.1.94-65.0.el6 will be updated<br />
---> Package ca-certificates.noarch 0:2013.1.95-65.1.el6_5 will be an update<br />
---> Package nss.x86_64 0:3.15.3-2.el6_5 will be updated<br />
---> Package nss.x86_64 0:3.15.3-3.el6_5 will be an update<br />
---> Package nss-sysinit.x86_64 0:3.15.3-2.el6_5 will be updated<br />
---> Package nss-sysinit.x86_64 0:3.15.3-3.el6_5 will be an update<br />
---> Package nss-tools.x86_64 0:3.15.3-2.el6_5 will be updated<br />
---> Package nss-tools.x86_64 0:3.15.3-3.el6_5 will be an update<br />
---> Package pixman.x86_64 0:0.26.2-5.el6_4 will be updated<br />
---> Package pixman.x86_64 0:0.26.2-5.1.el6_5 will be an update<br />
---> Package python.x86_64 0:2.6.6-37.el6_4 will be updated<br />
---> Package python.x86_64 0:2.6.6-51.el6 will be an update<br />
---> Package python-devel.x86_64 0:2.6.6-37.el6_4 will be updated<br />
---> Package python-devel.x86_64 0:2.6.6-51.el6 will be an update<br />
---> Package python-libs.x86_64 0:2.6.6-37.el6_4 will be updated<br />
---> Package python-libs.x86_64 0:2.6.6-51.el6 will be an update<br />
---> Package tzdata.noarch 0:2013g-1.el6 will be updated<br />
---> Package tzdata.noarch 0:2013i-1.el6 will be an update<br />
---> Package tzdata-java.noarch 0:2013g-1.el6 will be updated<br />
---> Package tzdata-java.noarch 0:2013i-1.el6 will be an update<br />
--> Processing Conflict: python-devel-2.6.6-51.el6.x86_64 conflicts python < 2.6.6-51.el6<br />
--> Finished Dependency Resolution<br />
Error: python-devel conflicts with python-2.6.6-37.el6_4.i686<br />
You could try using --skip-broken to work around the problem<br />
You could try running: rpm -Va --nofiles --nodigest
↧