在这种情况下,我尝试修复依赖关系问题。可以给我一些建议吗?
Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
mysql = 5.1.73-5.el6_6 is needed by (installed) mysql-server-5.1.73-5.el6_6.x86_64
** Found 13 pre-existing rpmdb problem(s), 'yum check' output follows:
coreutils-8.4-37.el6.x86_64 has missing requires of coreutils-libs = ('0', '8.4', '37.el6')
coreutils-libs-8.4-43.el6.x86_64 has missing requires of coreutils = ('0', '8.4', '43.el6')
1:cups-libs-1.4.2-74.el6.x86_64 is a duplicate with 1:cups-libs-1.4.2-72.el6.x86_64
glibc-2.12-1.166.el6_7.1.i686 has missing requires of glibc-common = ('0', '2.12', '1.166.el6_7.1')
glibc-2.14.90-14.x86_64 is a duplicate with glibc-2.12-1.166.el6_7.1.i686
libXinerama-1.1.3-4.fc23.i686 is a duplicate with libXinerama-1.1.3-2.1.el6.x86_64
libXrandr-1.4.2-2.fc23.i686 is a duplicate with libXrandr-1.4.1-2.1.el6.x86_64
libicu-4.2.1-14.el6.x86_64 is a duplicate with libicu-4.2.1-12.el6.x86_64
mysql-5.5.52-1.el6.remi.x86_64 has missing requires of real-mysql-libs(x86-64) = ('0', '5.5.52', '1.el6.remi')
mysql-devel-5.5.52-1.el6.remi.x86_64 has missing requires of libmysqlclient.so.18()(64bit)
mysql-devel-5.5.52-1.el6.remi.x86_64 has missing requires of real-mysql-libs(x86-64) = ('0', '5.5.52', '1.el6.remi')
mysql-server-5.1.73-5.el6_6.x86_64 has missing requires of mysql = ('0', '5.1.73', '5.el6_6')
poppler-0.12.4-10.el6.x86_64 is a duplicate with poppler-0.12.4-4.el6_6.1.x86_64
Your transaction was saved, rerun it with:
yum load-transaction /tmp/yum_save_tx-2016-10-21-11-567RNI_J.yumtx
- 我想删除 @remi repos 包(降级)
- 我想修复 glibc 包版本错误
我能怎么做?
答案1
尝试这个:
sudo yum install yum-plugin-replace
sudo yum replace mysql-5.5.52 --replace-with=mysql-5.1.73
另外,可能不起作用,降级版本并不那么容易