GUI*_*kie 32 xubuntu software-installation system-installation
我已经阅读了这个问答,我已经准备好用 Xubuntu 试试了。也就是说,我将从 Ubuntu 转到 Xubuntu。
此时,即使经过各种优化,我的笔记本电脑还是很慢。我的问题是这是否是正确的方法。
sudo apt-get upgrade # upgrade all existing packages to newest version
sudo do-release-upgrade # upgrade system (takes some hours)
sudo apt-get xubuntu-desktop # switch to Gnome on login
Run Code Online (Sandbox Code Playgroud)
删除 ubuntu-desktop 包(我应该使用哪个命令?)
Oli*_*Oli 44
有点,有一个错字(你需要install在你的安装线上)。你也不需要删除ubuntu-desktop,除非你对你所拥有的感到满意,否则我当然不会这样做。这是我会做的:
安装 Xubuntu 任务
sudo apt-get install xubuntu-desktop^
Run Code Online (Sandbox Code Playgroud)注销,重新登录,选择 Xubuntu/Xfce 作为我的界面
冷静几天。看到事情仍然有效。将会有太多的应用程序(例如,GNOME 和 Xfce 的默认应用程序都可用,但您要确保在删除 GNOME/Unity/Whatever 时拥有所需的一切。
清理。
sudo apt-get remove ubuntu-desktop
sudo apt-get autoremove # removes dependencies of ubuntu-desktop
Run Code Online (Sandbox Code Playgroud)注意:我们需要安装 Xubuntu 任务 ( xubuntu-desktop^) 以避免带有元包的错误 1754872。