Sublime Text 4 + Linux/Ubuntu 20 – Installation Using Terminal

How to install Sublime Text ob Ubuntu 20.04 OS? In this tutorial, you will learn how to install Sublime Text 4 on Ubuntu operating system using the terminal program.

When we talk about the ubuntu system, there are very few good options available in terms of IDEs. Sublime Text is a very popular IDE tool for software developments that comprises many great and useful features resulting in quick development.

The support of a wide range of plugins helps to enhance productivity by installing new packages. The user interface of the IDE tool can also be enhanced by installing various themes.

The awesome part is Sublime Text 4 editor is also available for Linux based operating systems like Ubuntu. Let’s have quick look at the steps to install Sublime Text 4 on Ubuntu Linux operating system.

How to Install Sublime Text on Linux/ Ubuntu 20?

To install Sublime Text 4 on Linux / Ubuntu follow these steps:

  • Step 1 – Update Sublime Repository
  • Step 2 – Download & Install Dependencies
  • Step 3 – Add Sublime Repository
  • Step 4 – Install Sublime Text 4 IDE

 

Step 1 – Update Sublime Repository

To start the installation of Sublime Text, execute the following command in the terminal to update the APT package list and install required dependencies from the remote source:

sudo apt update

Step 2 – Download & Install Dependencies

Thereafter, execute the following command on the terminal to install the supporting packages:

sudo apt install dirmngr gnupg apt-transport-https ca-certificates software-properties-common

Step 3 – Add Sublime Repository

Now, execute the following command to add sublime text APT repo to the system software list:

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

sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"

Step 4 – Install Sublime Text 4 IDE

Finally, execute the following command in the terminal to install the Sublime Text 3 in Linux/ ubuntu 20 system:

sudo apt update
sudo apt install sublime-text

Conclusion

We discussed how to quickly install the Sublime text 3/4 IDE in Linux/ Ubuntu 20 OS by following few easy steps.

Hope this was helpful… Thanks

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top