每当我尝试在我的 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:
任何人都可以帮忙。我已经用谷歌搜索过了,但找不到任何对我有帮助的东西。