我的公司给了我一个带有ubuntu14.04的笔记本电脑。不过,我想安装KDE,但似乎有一个问题:
root@ufc3fdb86dd16574fead4:/home/local/ANT/bogoyche# aptitude install kubuntu-desktop
...A list of packages...
The following packages have unmet dependencies:
libegl1-mesa : Conflicts: libegl1-x11 which is a virtual package.
xserver-xorg-lts-wily : Conflicts: libegl1-mesa (>= 0~) but 10.1.3-0ubuntu0.6 is to be installed.
Conflicts: libwayland-egl1-mesa (>= 0~) but 10.1.3-0ubuntu0.6 is to be installed.
libegl1-mesa-lts-wily : Conflicts: libegl1-mesa but 10.1.3-0ubuntu0.6 is to be installed.
Conflicts: libegl1-x11 which is a virtual package.
The following actions will resolve these dependencies:
Keep the following packages at their current version:
1) kde-window-manager [Not Installed]
2) kde-workspace [Not Installed]
3) kubuntu-desktop [Not Installed]
4) libegl1-mesa [Not Installed]
5) libwayland-egl1-mesa [Not Installed]
Leave the following dependencies unresolved:
6) plasma-netbook recommends kde-workspace
7) plasma-desktop recommends kde-workspaceAFAIK这个bug https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1424263的这一部分,但我无法解决依赖关系。有什么想法吗?
发布于 2016-06-08 06:58:53
好的,出于某种原因,我的映像包含了一些来自较新发行版的支持包。我通过安装冲突的wayland软件包解决了这个问题:
aptitude install libwayland-egl1-mesa-lts-wily然后我就可以正常安装kubuntu-desktop了。
https://askubuntu.com/questions/783481
复制相似问题