Last active
October 26, 2021 20:34
-
-
Save amatellanes/7429192 to your computer and use it in GitHub Desktop.
Install Sublime Text 3 on Ubuntu 14.04 LTS (Trusty Tahr)
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
sudo add-apt-repository ppa:webupd8team/sublime-text-3; | |
sudo apt-get update; | |
sudo apt-get install sublime-text-installer; | |
sudo ln -s /usr/lib/sublime-text-3/sublime_text /usr/local/bin/sublime; |
Cheers!
Brilliant, thanks!
Thanks !!! 👍
Thanks!
@gbmhunter Thanks for 'subl' command
Thanks!
Thanks!!
thank you, works fine on ubuntu 14.04
this installs sublime text2 ..not 3
thnx anyway
thanks
Thank you very much!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks