This brief tutorial shows students and new users how to install Sublime 3 text editor on Ubuntu 20.04 | 18.04.

Sublime Text is a cross-platform, sophisticated text/code editor for programmers and folks who need a decent editor with cool features like auto-generate project-wide index of classes, smart completions based on variable types, function definitions, and imported modules and more.

Whether you are new to programming or a seasoned programmer, you will need a great code editor to do your job… and Sublime Text is a code editor that combines the simplicity and speed for any developer.

And because it’s a cross-platform app that works on Windows, Mac Linux PC, it should work and allow you to move between different PC platforms.

When you’re ready to install Sublime Text on Ubuntu, follow the steps below: There are multiple ways to install Sublime Text.

Option #1: Install Sublime Text from Repository

To install Sublime Text using its official repository, you’ll have to add it to Ubuntu…. You can install the app from Ubuntu default repositories… however, the version that comes with Ubuntu may not necessarily be the latest.

First, run the commands below to install supporting packages. To ensure apt is set up to work with https sources, run the commands below.

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

To install the latest version, run the commands below to install its repository key and file.

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

Finally, run the commands below to install.

sudo apt-get update
sudo apt install sublime-text

That should install Sublime Text. When you’re done, Sublime Text should be installed and ready to use.

To launch it, go to the Activities Overview and search Sublime Text and launch it.

Sublime Text, Ubuntu Install

#applications #labs #sublime text #ubuntu 16.04 lts #ubuntu 20.04 focal fossa #linux

How to Install Sublime 3 on Ubuntu 20.04 | 18.04
2.65 GEEK