我想从 ubuntu 14.04 卸载 lxde env,但是当我尝试删除时出现包未安装错误。
apt-get autoremove lubuntu-desktop
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'lubuntu-desktop' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
apt-get purge lxde
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'lxde' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
关于屏幕显示LXPanel 0.6.1 我也确认使用了以下命令。
echo $DESKTOP_SESSION
Lubuntu
我猜测安装的 lxde 包是:
apt-get purge lubuntu-
lubuntu-artwork lubuntu-artwork-14-04 lubuntu-core lubuntu-default-settings lubuntu-icon-theme lubuntu-lxpanel-icons
apt-get purge lx
lxmenu-data lxpanel-indicator-applet-plugin lxsession-data lxterminal
lxpanel lxsession lxsession-logout
这里有什么问题?我必须分别卸载每个吗?请帮忙。
谢谢