Add our Sublime Text 2 Ubuntu PPA using the following commands:
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
Then, install Sublime Text 2 stable build:
sudo apt-get install sublime-text
Or, to install Sublime Text 2 development build, use the following command:
sudo apt-get install sublime-text-dev
I've set up the PPA for personal
use but of course, anyone can use it. If you find any bugs, please
report them in the comments below.