My computer is overheating because I got too many desktop environments installed like: MATE, Cinnamon and XFCE. I uninstalled them, but XFCE failed to uninstall. I get this error.
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.
Try this
followed by
Try these
Now
In my case (Mint with cinnamon and XFCE) I did:
THEN:
THEN:
From this link
You can run the following to remove
xfce
from your computer, completely:try this
sudo apt purge ^xfce4*
thensudo apt autoremove
try : sudo apt-get remove xfce4-* this helps in removing all linked packages, after you have executed sudo apt-get purge xfce4, of course.