Skip to content

Instantly share code, notes, and snippets.

@miebach
Last active December 25, 2015 07:59
Show Gist options
  • Save miebach/6942965 to your computer and use it in GitHub Desktop.
Save miebach/6942965 to your computer and use it in GitHub Desktop.
sublime text 3 unoficial ppa
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