我想切换到 Xfce(我安装了 KDE 和 GNOME),我这样做了:
sudo apt-get install xubuntu-desktop
sudo apt-get remove kubuntu-desktop
sudo apt-get remove ubuntu-desktop
sudo apt-get autoremove
Run Code Online (Sandbox Code Playgroud)
但令我惊讶的是,我仍然可以在登录过程中选择 gnome、kde Plasma 等。
那么,如何彻底删除 KDE 和 GNOME 桌面呢?
我在华硕上网本上运行 lubuntu 13.04。我想摆脱 Abiword(因为我认为它损坏了 ODT 文件)。但是,当我在 Synaptic Package Manager (SPM) 中选择它进行完全删除时,我被告知它lubuntu-desktop
也将被删除。
我粗略的谷歌搜索告诉我,这是桌面环境,表明摆脱它可能会产生可怕的后果。我有点困惑。Abiword 为什么要紧紧绑定到lubuntu-desktop
?更重要的是,摆脱了会有什么影响lubuntu-desktop
?这可能是 SPM 方面的错误吗?
paulkorir@paulkorir-X101CH:~$ sudo apt-get remove abiword abiword-common
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
conglomerate-common libbonoboui2-0 libbonoboui2-common libgnomeui-0
libgnomeui-common
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
abiword abiword-common lubuntu-desktop
0 upgraded, 0 newly installed, 3 to remove and …
Run Code Online (Sandbox Code Playgroud)