Install text editor sublime-text-3
12 Feb 2014 Tags: | sublime
Sublime Text is a sophisticated text editor for code, markup and prose.
-
install with apt-get
sudo add-apt-repository ppa:webupd8team/sublime-text-3 sudo apt-get update sudo apt-get install sublime-text-installer
You could remove your installation:
sudo apt-get remove sublime-text-installer
-
install with .deb
If you installed Sublime Text 3 from a .deb package which was downloaded directly from Sublime Text page: http://www.sublimetext.com/3
And you have used this command for installation
sudo dpkg -i sublime-text_build-3047_amd64.deb
Or you just double clicked on it and Ubuntu Software Center installed it.
We have covered about how to install sublime-text-3 on Ubuntu.
Thanks for reading!