如何从我的计算机中删除 XFCE?

Lis*_*iso 20 xfce mate cinnamon 13.04

我的计算机过热,因为我安装了太多桌面环境,例如:MATE、Cinnamon 和 XFCE。我卸载了它们,但 XFCE 卸载失败。我收到这个错误。

 sudo apt-get purge xfce4
    Reading package lists... Error!
    E: Problem syncing the file - sync (5: Input/output error)
    E: The package lists or status file could not be parsed or opened.
Run Code Online (Sandbox Code Playgroud)

Meo*_*eow 22

尝试这个

sudo apt-get purge xfconf xfce4-utils xfwm4 xfce4-session xfdesktop4 exo-utils xfce4-panel xfce4-terminal  thunar
Run Code Online (Sandbox Code Playgroud)

其次是

sudo apt autoremove
Run Code Online (Sandbox Code Playgroud)

  • 这在 Ubuntu Studio 14.04 LTS 上运行良好。而接受的答案的`sudo apt-get purge xfce4`没有解决问题。 (4认同)

May*_*hux 10

试试这些

sudo apt-get -f install
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)

现在

sudo apt-get purge xfce4
Run Code Online (Sandbox Code Playgroud)


小智 8

就我而言(薄荷肉桂和 XFCE)我做了:

sudo apt-get -f install
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)

然后:

sudo apt-get purge xfce4  # failed
Run Code Online (Sandbox Code Playgroud)

然后:

sudo apt-get purge xfconf
sudo apt-get autoremove
sudo apt-get -f install
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)


归档时间:

查看次数:

114719 次

最近记录:

4 年,10 月 前