Installing Sublime Text2 Using Terminal on Ubunutu
sublime text screenshot |
- Open Terminal on Ubuntu.
- Type "sudo add-apt-repository ppa:webupd8team/sublime-text-2" without quotes.
- After the execution of this code type "sudo apt-get update" without quotes and press Enter.
- Then type "sudo apt-get install sublime-text" and press enter.
- if the above code does'nt work tro on the of the below codes.
- sudo apt-get install sublime-text-2-dev
- sudo apt-get install sublime-text-2-beta
- That's it Enjoy Using Sublime Text2.