How to completely uninstall gnome-shell and all extensions?

Solution 1:

This command will perform the uninstallation:

sudo apt-get purge gnome-shell-*

Solution 2:

Run this command in a terminal window:

sudo apt-get remove `apt-cache depends gnome-core|cut -f 2 -d :|xargs`