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:
Then I deleted the configuration and data files of sublime text and it's dependencies from Ubuntu
This is the main output of the last command which I believe interests you more:
The full answer is the combination of both the methods.
This folder really contains all the Sublime text 3 settings for the current user:
Folders structure may be like this:
But to remove it completely you will need to call:
or
Then to install again you would call