Question : Yum problem

On my server running Centos 5.5 (64 bit) I am getting following error when doing

yum groupinstall "gnome-desktop"

Transaction Check Error:
  file /usr/include/libdevmapper.h from install of device-mapper-1.02.39-1.el5_5.2.i386 conflicts with file from package device-mapper-1.02.32-1.el5.x86_64
  file /usr/share/man/man8/dmsetup.8.gz from install of device-mapper-1.02.39-1.el5_5.2.i386 conflicts with file from package device-mapper-1.02.32-1.el5.x86_64


Please help

Answer : Yum problem

Hi

try to install the yum-metadata-parser rpm  you can find it here

ftp://ftp.muug.mb.ca/mirror/centos/5.5/os/x86_64/CentOS/yum-metadata-parser-1.1.2-3.el5.centos.x86_64.rpm

you can install it using

rpm -Uvh  yum-metadata-parser-1.1.2-3.el5.centos.x86_64.rpm

and then run

yum clean all
yum groupinstall "gnome-desktop"

try to remove any unnecessary repos , just keep centos base repos

hope it works :)
Random Solutions  
 
programming4us programming4us