如何从计算机中删除XFCE?

我的计算机过热,因为我安装了太多桌面环境,如: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. 

试试这些

 sudo apt-get -f install sudo apt-get clean sudo apt-get autoclean sudo apt-get update 

现在

 sudo apt-get purge xfce4 

试试这个

 sudo apt-get purge xfconf xfce4-utils xfwm4 xfce4-session xfdesktop4 exo-utils xfce4-panel xfce4-terminal thunar 

然后自动删除

在我的情况下(薄荷与肉桂和XFCE)我做了:

 sudo apt-get -f install sudo apt-get clean sudo apt-get autoclean sudo apt-get update 

然后:

 sudo apt-get purge xfce4 # failed 

然后:

 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 

尝试: sudo apt-get remove xfce4- * 当你执行 sudo apt-get purge xfce4之后 ,这有助于删除所有链接的包。