更新python版本后,我的Ubuntu12.04上的libc6被破坏了
我有libc6 2.18-4,它坏了.
它是由不稳定的回购装置安装的。通过精确的回购,我看到了2.15.0版本的libc6。但如果我试图强迫它,我会看到长长的列表“被移除”包。如何防止此删除并修复我的libc6?
错误消息:
dpkg: dependency problems prevent configuration of locales:
libc6:i386 (2.18-4) breaks locales (<< 2.18) and is installed.
Version of locales to be configured is 2.13+git20120306-3.
libc6 (2.18-4) breaks locales (<< 2.18) and is installed.
Version of locales to be configured is 2.13+git20120306-3.
dpkg: error processing locales (--configure):
dependency problems - leaving unconfigured发布于 2014-03-19 14:57:15
libc6库似乎依赖于2.13+git20120306-3。但是,如果不安装libc6,我就无法修复locales 2.18-4。因此,我只是将locales替换为locales-all 2.18-4,并删除了一个注释的locales库。
问题解决了!现在没有冲突了!
https://serverfault.com/questions/582285
复制相似问题