Option 1
If you installed sublime-text-3 with apt-get, based on this article:
http://www.webupd8.org/2013/07/sublime-text-3-ubuntu-ppa-now-available.html
With these lines:
sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer
You can remove your installation:
sudo apt-get remove sublime-text-installer
Option 2
If you installed Sublime Text 3 from the .deb package that was downloaded directly from the Sublime Text page: http://www.sublimetext.com/3
And you used this command to install
sudo dpkg -i sublime-text_build-3047_amd64.deb
Or you just double-clicked it and Ubuntu Software Center installed it ...
So in this case:
sudo dpkg -r sublime-text
But you need to reinstall Sublime Text 2 in each case ... Your configurations are in different folders, so your previous settings belonging to Sublime Text 2 will still be there.
source share