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 |
sudo apt-get install sublime-text
thanx, work fine for me on Debian Wheezy
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
I would also suggest change line 14's "lucid" to "precise" in the add-apt-repository.sh.txt file.
Lucid Lynx (10.04) is now not supported even though it was the last LTS. The current LTS, Precise Pangolin (12.04) will be "updated" until 2017. (The next LTS would be on April 2014 with letter T).