Skip to content

Instantly share code, notes, and snippets.

@amatellanes
Last active October 26, 2021 20:34
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save amatellanes/7429192 to your computer and use it in GitHub Desktop.
Save amatellanes/7429192 to your computer and use it in GitHub Desktop.
Install Sublime Text 3 on Ubuntu 14.04 LTS (Trusty Tahr)
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;
@LitvinenkoIra
Copy link

Thanks!

@gbmhunter
Copy link

As of April 2017, the last line is not needed anymore (sudo ln -s /usr/lib/sublime-text-3/sublime_text /usr/local/bin/sublime;), and you can just run sublime by typing subl.

@NataliaDiaz
Copy link

for the first line I get:
Cannot add PPA: 'ppa:webupd8team/sublime-text-3'.
Please check that the PPA name or format is correct.

@tchafack
Copy link

Thanks

@ankurmittal092
Copy link

Thanks.. :)

@decuant
Copy link

decuant commented Jun 7, 2017

thanks

@RoxR
Copy link

RoxR commented Jun 25, 2017

Cheers!

@kgodsmark
Copy link

Brilliant, thanks!

Copy link

ghost commented Jul 19, 2017

Thanks !!! 👍

@TangBB
Copy link

TangBB commented Oct 5, 2017

Thanks!

@devangn
Copy link

devangn commented Dec 1, 2017

@gbmhunter Thanks for 'subl' command

@benfarice
Copy link

Thanks!

@Janaksunuwar
Copy link

Thanks!!

@binayashrestha
Copy link

thank you, works fine on ubuntu 14.04

@ronit29
Copy link

ronit29 commented May 21, 2018

this installs sublime text2 ..not 3
thnx anyway

@programmerlab
Copy link

thanks

@hannibal8856
Copy link

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment