Pedro Bezunartea Lopez wrote:
Jim Cornette wrote:
Jan Brosius wrote:
Hello,
I cannot install kdebase. This the error message I get in the
terminal window when I try to do "yum install kdebase"
*Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Check Error: file /usr/share/man/man1/xsltproc.1.gz
from install of libxslt-1.1.18-1.FC6 conflicts with file from package
libxslt-1.1.17-1.1*
*[root@localhost ~]# *
I use Fedora Core 6 x86_64 and my default desktop is gnome.
It is possible that you had an unclean rpm transaction that left
multiple versions on your system. What does 'rpm -q libxslt output?
Are there two instances?
I get this
*[Jan@localhost ~]$ rpm -q libxslt
libxslt-1.1.17-1.1
libxslt-1.1.18-1.FC6
Can you try the following?
$ rpm -q --qf "%{N}-%{V}-%{R}.%{ARCH}\n"
This will also show the architecture for the packages. If you get
different architectures (i386 and x86_64, for example), you can try to
update the package:
# yum update libxslt.i386
Or try to remove it and see if it affects other important packages:
# yum remove libxslt.i386
Pedro.
Many thanks for your help
Jan