Skip to content

Instantly share code, notes, and snippets.

@harendra21
Last active July 27, 2021 06:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harendra21/86457382078ee6b26f0bc1078e01ac72 to your computer and use it in GitHub Desktop.
Save harendra21/86457382078ee6b26f0bc1078e01ac72 to your computer and use it in GitHub Desktop.

How to install Sublime Text 4 in Ubuntu - Easy Way

click here to read full

Automatic

wget https://gist.githubusercontent.com/harendra21/b05687b047d6ab61ed1e195deee863c9/raw/cf6d933ca1a65ba086e7446ca7cd0e9362f15666/sublime.sh && sh ./sublime.sh

Mannual

wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

sudo apt-get install apt-transport-https

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

sudo apt-get update

sudo apt-get install sublime-text

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