百胜交易检查错误安装

# yum install subversion subversion-devel neon neon-devel

当试图用yum安装一些软件包时(如上所示),我得到以下错误

 Transaction Check Error: file /usr/share/locale/de/LC_MESSAGES/libpq.mo from install of postgresql-libs-8.1.22-1.el5_5.1.i386 conflicts with file from package postgresql-libs-8.1.11-1.el5_1.1.x86_64 file /usr/share/locale/es/LC_MESSAGES/libpq.mo from install of postgresql-libs-8.1.22-1.el5_5.1.i386 conflicts with file from package postgresql-libs-8.1.11-1.el5_1.1.x86_64 file /usr/share/locale/fr/LC_MESSAGES/libpq.mo from install of postgresql-libs-8.1.22-1.el5_5.1.i386 conflicts with file from package postgresql-libs-8.1.11-1.el5_1.1.x86_64 file /usr/share/locale/pt_BR/LC_MESSAGES/libpq.mo from install of postgresql-libs-8.1.22-1.el5_5.1.i386 conflicts with file from package postgresql-libs-8.1.11-1.el5_1.1.x86_64 file /usr/share/locale/tr/LC_MESSAGES/libpq.mo from install of postgresql-libs-8.1.22-1.el5_5.1.i386 conflicts with file from package postgresql-libs-8.1.11-1.el5_1.1.x86_64 

现在,重点是,如果我尝试运行yum-complete-transaction ,它想要删除130个包(!)。 如何在不删除所有从bash到openssl到yum的包的情况下通过这个错误!

较早版本的yum默认安装x86_64和i386软件包。 尝试

 # yum install subversion.x86_64 subversion-devel.x86_64 neon.x86_64 neon-devel.x86_64