Installing sublime text on Linux

h4krG33k
2 min readMay 25, 2022

Let’s have a quick look at how to install Sublime text on Linux systems.

First, go to https://www.sublimetext.com/3

download deb file

Download the file I’ve highlighted in red marker.

Now navigate to the Downloads folder.

Use dpkg to install the sublime package.

dpkg install package

The command: sudo dpkg -i <sublime_file.deb>

Enter the password if asked. Then the installation must occur without any errors. If you face any errors, update your system.

Use: sudo apt update

Hopefully, that solves your problems. Besides keeping your system updated is a good idea since that can be a source of error for a lot of other things.

Oh yes, now type in subl to access sublime text via terminal.

subl command

Hopefully it helped.

Know what helps me? Just clap for this article and even better follow me, because I keep pushing helpful articles when I can✨

And remember you’re awesome in your own way and keep rocking🤘😎

--

--