On Fri, Jun 19, 2009 at 14:25, Felix Farcas<[email protected]> wrote: > Hello > > I have installed SL5.3 > When I try yum update I got the following error: > > Transaction Check Error: > file /usr/share/emacs/site-lisp/psvn.el from install of > subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package > subversion-1.4.2-4.el5.i386 > file /usr/share/locale/de/LC_MESSAGES/subversion.mo from install of > subversion-1.6.2-1.el5.rf.x86_64 conflicts with file from package > subversion-1.4.2-4.el5.i386 > > Any suggestion please?
yum clean all rarely hurts. For a short term solution, use the --disablerepo command line option to disable either rpmforge or your normal repos. (Type yum repolist to get the names of all your repos for use with --disablerepo.) For a long term solution you should add an exclude= section to one of those repos' definitions in /etc/yum.repos.d/ to exclude any conflicting packages. Then yum remove that package and yum install it so you will get it from the repo you chose.
