1

I've got a VPS server, on which I surprisingly find packages like bluez or thunderbird-gnome-support or firefox or libqt4.

Do I have to list all the packages like in "How to delete all desktop environments except Unity?"?

2 Answers2

6

To remove x11 and everything that uses it:

apt-get purge libx11.* libqt.*
bain
  • 12,200
4

You can use Tasksel It is a a tool that install/removes packages as per the type of system you require.

https://help.ubuntu.com/community/Tasksel

StallionSA
  • 521
  • 2
  • 6