Last active
August 29, 2015 14:19
-
-
Save rupakraj/54488f445c06876642fc to your computer and use it in GitHub Desktop.
Install Sublime text in Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For Sublime-Text-2: | |
sudo add-apt-repository ppa:webupd8team/sublime-text-2 | |
sudo apt-get update | |
sudo apt-get install sublime-text | |
For Sublime-Text-3: | |
sudo add-apt-repository ppa:webupd8team/sublime-text-3 | |
sudo apt-get update | |
sudo apt-get install sublime-text-installer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment