How to install Sublime Text on Debian 11


Today we are looking at how to install Sublime Text on Debian 11.

Firstly, we login to root user in our terminal,  then we download the security key of sublime text and add it to our system, then we install a package which we need to install Sublime Text.  After that, we add the Sublime Text repository to our system and update the repositories of our system.  Lastly, we install it.  Enjoy!

Commands Used:
1) su
2) wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
3) sudo apt install apt-transport-https
4) echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
5) sudo apt update
6) 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 me a cup of coffee, thank you!

Comments