Install Sublime Text 2 on Ubuntu

Aug 13 2014

The fastest way I’ve found to install sublime text 2.

Copy and paste the following into the terminal

sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text

After running this, Sublime Text 2 should have been installed within the /usr/lib/sublime-text-2 directory and can be launched from the Dashboard Alternatively by typing subl, sublime-text or sublime-text-2 into a Terminal window.

Written on August 13, 2014