Tagged Questions
5
votes
4answers
11k views
How can I completely remove xfce4 when apt-get remove --purge doesn't work?
Starting with a Ubuntu server, I wanted a window manager, so I installed xfce4.
I used
sudo apt-get install xfce4
to do this. To remove it, I used
sudo apt-get remove --purge xfce4
which ...