Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing performance. This has been one of my favorite Code Editor for years now, even though I rarely code anymore, this still one of my best text editor. The dark mode, the folder structure, the split editing, the search features, and more importantly the performance everything seems right to me.

To install Sublime Text on Ubuntu 20.04, please run the following command on the Terminal

 

1. Install the GPG key:

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

 

2. Ensure apt is set up to work with https sources:

$ sudo apt-get install apt-transport-https

 

3. Select stable channel to use:

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

 

4. Update apt sources and install Sublime Text

$ sudo apt-get update

$ sudo apt-get install sublime-text