每当我尝试在我的Ubuntu 13.04机器上安装任何东西时,我都会收到此错误:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libegl1-mesa : Depends: libwayland-client0 (>= 1.0.2) but it is not going to be installed
Depends: libwayland-server0 (>= 1.0.2) but it is not going to be installed
libegl1-mesa-drivers : Depends: libwayland-client0 (>= 1.0.2) but it is not going to be installed
Depends: libwayland-server0 (>= 1.0.2) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
我按照建议去做
sudo apt-get -f install
然后我收到以下错误:
dpkg: error processing /var/cache/apt/archives/libwayland-client0_1.1.0-2_amd64.deb (--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/libwayland-client.so.0.1.0', which is also in package libwayland0:amd64 1.0.5-0ubuntu1
No apport report written because MaxReports is reached already Unpacking libwayland-server0:amd64 (from .../libwayland-server0_1.1.0-2_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/libwayland-server0_1.1.0-2_amd64.deb (--unpack):
trying to overwrite '/usr/lib/x86_64-linux-gnu/libwayland-server.so.0.0.0', which is also in package libwayland0:amd64 1.0.5-0ubuntu1
No apport report written because MaxReports is reached already Errors were encountered while processing:
任何人都可以提供帮助。我已经在谷歌上搜索过但找不到任何有帮助我的东西。
答案 0 :(得分:0)
我搜索并搜索了互联网,每个解决方案都不适合我。
我意识到包装系统已经好坏了。我删除了linux vm并重新创建它。