Sublime Text can be installed either via the ubuntu software center or via the teminal by downloading it from the repository.
Here i am going to tell you how to download Sublime text 3 from a terminal.
1> We can install Sublime Text Editor via PPA. In your Ubuntu system terminal run the given commands to download it & install it
$ sudo add-apt-repository ppa:webupd8team/sublime-text-3
$ sudo apt-get update
$ sudo apt-get install sublime-text-installer
2> Once you have downloaded it, you can check its version using
subl --version
3> To run sublime from terminal type
subl
0 Comment(s)