更新 Python 版本后,我的 Ubuntu 12.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
答案1
似乎libc6
库依赖于。但是如果不安装,2.13+git20120306-3
我无法修复。因此,我只是用替换并删除了注释库。libc6
locales 2.18-4
locales
locales-all 2.18-4
locales
问题解决了!现在没有冲突了!