Quote:
Originally Posted by John VV
What did you install??????
you do know that rf is incompatible with almost every other cent repo !!!!!
If you use rf then YOU ONLY use rf .
by incompatible i mean that rf can KILL a cent install if you are not VERY VERY careful
|
So how to fix now yum and my system? In my /etc/yum.repos.d i have:
-rw-r--r-- 1 root root 2323 Mar 17 2009 CentOS-Base.repo
-rw-r--r-- 1 root root 626 Oct 1 2009 CentOS-Media.repo
-rw-r--r-- 1 root root 190 Feb 2 19:11 vz.repo
if i run: rpm -qa | grep rpmforge i can't find anything... and if i run python and type import yum i have this error:
Python 2.4.3 (#1, Sep 3 2009, 15:37:12)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-46)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import yum
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 49, in ?
import comps
File "/usr/lib/python2.4/site-packages/yum/comps.py", line 22, in ?
import CElementTree
ImportError: No module named CElementTree
>>>