How to install Sublime Text on Ubuntu 20.04


Today we are looking at how to install Sublime Text on Ubuntu 20.04.

To do this we first download and add the Sublime security key to our system,  then we add the sublime repositories to our system.  After that, we update our system repositories and lastly, we install Sublime Text.  Enjoy!

Commands Used:
1) wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
2) echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
3) sudo apt update
4) sudo apt install sublime-text

Commands are based on this:

Official Site:
https://www.sublimetext.com/

We are on social media! For announcements, content release updates (across all our projects), and much more, please join our Reddit community!
https://www.reddit.com/r/linuxmadesimple/

For a video with Background Music:


Curios about Chromebooks have a look at our Chromebook Comparison Chart!

Want to buy us a cup of coffee, thank you!

Comments