依赖问题

依赖问题

我无法安装任何东西,因为我遇到以下依赖问题:

dpkg: dependency problems prevent configuration of locales:
 libc6 (2.19-18) breaks locales (<< 2.19) and is installed.
  Version of locales to be configured is 2.13+git20120306-3.
dpkg: error processing locales (--configure):

有人可以帮忙吗?

答案1

第一的尝试这个

sudo locale-gen en_US en_US.UTF-8 pl_PL pl_PL.UTF-8
sudo dpkg-reconfigure locales

但如果这不管用的话,此解决方案可能有帮助:

launchpad:Bug #392051:[Karmic] 未找到记录器命令

基本上,这个程序locales被搞乱了;

可以通过重新安装包来重新创建它locales

apt-get --reinstall install locales

或者

aptitude reinstall locales

相关内容