Followers

Saturday 20 April 2013

Centos 6 Yum Update Error:- Requires: python(abi) = 2.4

Centos 6 Yum Update Error:-  Requires: python(abi) = 2.4

The error message indicates yum is trying to install from the repoforge el5 repository instead of el6. This needs to be corrected.
Here is the solution for this problem:-
solution :- reinstall rpmforge
go to terminal
01.
[root@gts250 rajiv]# su
02.
[root@gts250 rajiv]# wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
03.
[root@gts250 rajiv]# rpm -Uvh rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

04.
[root@gts250 rajiv]# yum clean all
05.
[root@gts250 rajiv]# yum update

Source: http://rajivpandit.wordpress.com/2013/03/16/centos-6-yum-update-error-requires-pythonabi-2/

No comments:

Post a Comment