Created
December 6, 2017 18:29
-
-
Save asimzeeshan/177925f1d782d3f12e6d60fe1253f7b8 to your computer and use it in GitHub Desktop.
Install sublime3 for Debian/Ubuntu (2017)
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
# | |
# https://www.sublimetext.com/docs/3/linux_repositories.html | |
# | |
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - | |
sudo apt install apt-transport-https | |
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list | |
sudo apt update && sudo apt install sublime-text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment