today I am going to show how to install sublime text 2 in your computer. Yes, sublime text 2 is one of the modern and light web text editor. Many programmer and developer are using sublime text 2 now and many of are starting....
However, let's start the installation process of sublime text2 in various Operating System such Windows, Linux and Ubuntu. Let's start journey...
Install in Ubuntu
Method One
Open a terminal with Ctrl+Alt+T and type:
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
Optional: remove any installed Sublime Text packages:
sudo apt-get --purge remove sublime-text*
Now to install Sublime Text, type the following:
sudo apt-get install sublime-text