How to Install Sublime Text 3 editor on Ubuntu 20.04

Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"

Sublime text is one of the best text editor. When come to web development project or software development project it is one of the best editor with the feature like auto complete. In this tutorial we are going to see How to install sublime text on Ubuntu to increase the Productivity.

Install sublime editor on Ubuntu20.04?

Step 1: install the required dependencies using following command

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

Step 2: Import the repository’s GPG key and the Sublime APT repository to your system’s software repository list by typing:

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 3: Now to install the Sublime Text 3 use the following command

sudo apt install sublime-text


How to start sublime editor on Ubuntu

Now sublime is install successfully. it’s time the start it. To start it search for sublime text, and it will show you click on it to start.

Thanks for reading If you have any question please ask in comment.

Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"
Mel
Melhttps://unixcop.com
Unix/Linux Guru and FOSS supporter

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest articles

Join us on Facebook