Created
November 16, 2011 17:00
-
-
Save vshvedov/1370650 to your computer and use it in GitHub Desktop.
Sublime Text Edit 2 for Debian (from PPA)
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
wget http://blog.anantshri.info/content/uploads/2010/09/add-apt-repository.sh.txt | |
sudo mv add-apt-repository.sh.txt /usr/sbin/add-apt-repository | |
sudo chmod o+x /usr/sbin/add-apt-repository | |
sudo chown root:root /usr/sbin/add-apt-repository | |
sudo add-apt-repository ppa:webupd8team/sublime-text-2 | |
sudo apt-get update | |
sudo apt-get install sublime-text-2 |
Thanks, works for Debian Jessie
Installed on Subgraph os with:
sudo apt-get install sublime-text-dev
Though it might have worked fine with just
sudo apt-get install sublime-text
?
the wget command took a lot of time rest all was quick
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanx, work fine for me on Debian Wheezy