我(相当愚蠢地)Ubuntu-Desktop
在服务器上安装了它,这样我就可以远程登录,然后运行图形工具来加入 Windows 域。我意识到这很愚蠢,于是使用sssd
和 来解决这个问题cli
。我已经使用 卸载了它apt-get remove --purge ubuntu-desktop
,但只剩下一堆随机X
垃圾。
我已经尝试使用apt-get purge libx11.* libqt.*
但是,这会引发以下问题:
The following packages have unmet dependencies:
colord : Depends: libsane (>= 1.0.24) but it is not going to be installed
nginx : Depends: nginx-core (>= 1.10.1-0ubuntu1.2) but it is not going to be installed or
nginx-full (>= 1.10.1-0ubuntu1.2) but it is not going to be installed or
nginx-light (>= 1.10.1-0ubuntu1.2) but it is not going to be installed or
nginx-extras (>= 1.10.1-0ubuntu1.2) but it is not going to be installed
Depends: nginx-core (< 1.10.1-0ubuntu1.2.1~) but it is not going to be installed or
nginx-full (< 1.10.1-0ubuntu1.2.1~) but it is not going to be installed or
nginx-light (< 1.10.1-0ubuntu1.2.1~) but it is not going to be installed or
nginx-extras (< 1.10.1-0ubuntu1.2.1~) but it is not going to be installed
有没有办法解决?