Install Sublime Text v2 editor in Linux or Ubuntu

Sublime Text is a awesome editor. It's available for both Windows and Linux.

I'm going to talk about the installation process of Sublime Text in Linux or Ubuntu.


Open Terminal by pressing CTRL + ALT + T and type following commands:

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

sudo apt-get --purge remove sublime-text*

sudo apt-get install sublime-text


That's it. Now go to Dash and search for Sublime, you'll get the icon & Run it.

Enjoy! :-)

Comments

Popular Posts