Remove Sublime Text 3 completely

I want to remove completely Sublime Text 3 from my system. I have tried this:

sudo apt-get purge sublime-text-installer

and the application is gone, but when I install it again...

sudo apt-get install sublime-text-installer

...the themes and the plugins remain installed.


I found my own solution. The configuration packages and other data where under $HOME/.config/sublime-text-3. Once I removed that folder, all was golden.


This is what worked successfully for me:

First, I removed the sublime text package and any other dependant packages which are no longer needed from my Ubuntu:

sudo apt-get remove --auto-remove sublime-text-installer

Then I deleted the configuration and data files of sublime text and it's dependencies from Ubuntu

sudo apt-get purge --auto-remove sublime-text-installer 

This is the main output of the last command which I believe interests you more:

Do you want to continue? [Y/n] y
(Reading database ... 369782 files and directories currently installed.)
Removing sublime-text-installer (3114-2~webupd8~0) ...
Purging configuration files for sublime-text-installer (3114-2~webupd8~0) ...