A blog on configuring and installing software's and Operating Systems.

Monday 14 January 2013

Installing Sublime Text2 Using Terminal on Ubunutu

sublime text screenshot
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.  

  1.   sudo apt-get install sublime-text-2-dev    
  2.  sudo apt-get install sublime-text-2-beta
  • That's it Enjoy Using Sublime Text2.