Skip to content

All topics  /  Linux

How to Install Sublime Text 4 on Ubuntu?

Linux ·

For teams turning “How to Install Sublime Text 4 on Ubuntu?” into a repeatable delivery task, people strategy can document setup, troubleshooting and review time; managers should interpret those records alongside reliability and completed work, not as a stand-alone score.

Package and operating-system behaviour can change, so verify the commands and supported versions through Ubuntu before running them on a production host.

Hello Friends,

In this example, I will show you how to install sublime text 4 on Ubuntu. In this article, we will implement a how to install sublime text editor on Ubuntu. I would like to show you install Sublime Text 4 on Ubuntu. we will help you to give an example of how to install sublime on Ubuntu.

Sublime Text editor is mostly used as a source code editor for web development and programming in the software world. It's very fast and comes with many powerful features. You can increase its functionality by installing new packages, and you can also customize settings in the Sublime Text editor.

Step 1: Update the sublime repository


In this step, execute the following command on your terminal to update the Apt package list or Install dependencies required to get packages from https sources:

sudo apt update

Step 2: Download and install related dependencies

In this step, execute the following command on your terminal to install the supporting packages first. Type in the following command:

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

Step 3: Add the Sublime repository

In this step, Add the sublime text APT repository to your software’s, software repository list by executing the following command on the terminal:

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 4 Text

In this last step, you need to execute the following command on the terminal to install sublime text 3 in your Ubuntu 20.04 system and Update apt sources:

sudo apt update
sudo apt install sublime-text