Last active
December 25, 2015 07:59
-
-
Save miebach/6942965 to your computer and use it in GitHub Desktop.
sublime text 3 unoficial ppa
This file contains hidden or 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
From: http://www.webupd8.org/2013/07/sublime-text-3-ubuntu-ppa-now-available.html (with modifications) | |
Before proceeding, if you've already installed Sublime Text, make sure the application is not running or else there might be some visual glitches (that's because the package in our PPA will replace any already existing Sublime Text deb packages). This only occurs when switching from the Sublime Text 3 debs downloaded from its website to the packages in our PPA. | |
Also, using the instructions below, the old Sublime Text 2 package (if you've used our Sublime Text 2 PPA) will be replaced with the new Sublime Text 3. | |
To add the WebUpd8 Sublime Text 3 (beta) PPA and install the application in Ubuntu 13.10, 13.04, 12.10 or 12.04 (and derivatives), use the following commands: | |
sudo add-apt-repository ppa:webupd8team/sublime-text-3 | |
sudo apt-get update | |
sudo apt-get install sublime-text-installer | |
sudo ln -s /opt/sublime_text/sublime_text /usr/bin/sublime-text | |
If you don't want to use our PPA or don't use Ubuntu, download Sublime Text 3 from HERE: http://www.sublimetext.com/3 | |
Tip: to disable new version notifications, add the following to your User Preferences file: | |
(Preferences > Settings - User): | |
"update_check": false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment