我的电脑过热,因为我安装了太多桌面环境,例如: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.
答案1
尝试这个
sudo apt-get purge xfconf xfce4-utils xfwm4 xfce4-session xfdesktop4 exo-utils xfce4-panel xfce4-terminal thunar
其次是
sudo apt autoremove
答案2
尝试这些
sudo apt-get -f install
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get update
现在
sudo apt-get purge xfce4
答案3
就我的情况(Mint 与 Cinnamon 以及 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
答案4
尝试这个:
sudo apt purge ^xfce4*
然后:
sudo apt autoremove