How to Install and Run Sublime 3 Text on Ubuntu 22.04?

Jul 18, 2022 . Admin

Hi Guys,

This post is focused on Ubuntu 22.04 on Install Sublime 3 Text Editor On 22.04. We will look at example of How to Install and Use Sublime 3 Text On Ubuntu 22.04. it's simple example of Steps to Install Sublime 3 Text on Ubuntu 22.04. We will use Sublime 3 Text Editor Install on Ubuntu 22.04.

You can use this post for ubuntu 14.04, ubuntu 16.04, ubuntu 18.4, ubuntu 20.04, ubuntu 21 and ubuntu 22.04 versions.

To install Sublime Text 3, just follow few steps:

Update Apt package list. Install dependencies required to get packages from https sources:

apt

Install the GPG key:

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

To make sure that the https is suitable for working with the source, run the commands given below

sudo apt-get install apt-transport-https

Add the sublime text APT repository to your software’s, software repository list by typing:

echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

Update apt sources and install Sublime Text

sudo apt-get update
sudo apt-get install sublime-text
#Ubuntu