Sublime text is one the advanced Text Editors with a host of features given here.
I started by adding the repository by entering the following command on the terminal.
then to update apt.
After updating the apt next thing is to install Sublime text by using the following command.
On completion of the installation type the following command in the terminal to run the sublime text.
This should open the sublime text. So we are ready to go.
I started by adding the repository by entering the following command on the terminal.
sudo add-apt-repository ppa:webupd8team/sublime-text-2
then to update apt.
sudo apt-get update
After updating the apt next thing is to install Sublime text by using the following command.
sudo apt-get install sublime-text-installer
On completion of the installation type the following command in the terminal to run the sublime text.
subl
or
sublime
This should open the sublime text. So we are ready to go.