How to install Sublime Text on Linux Lite 6.2


Today we are looking at how to install Sublime Text on Linux Lite 6.2.

Firstly, 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!

Press enter, when you are ask to confirm the installation in the terminal, and type your login password, when it is required as well.

If you have any questions, please contact us via a YouTube comment and we would be happy to assist you!

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