• Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate
TecNStuff
Menu
  • Home
  • Linux
  • Ubuntu
  • Debian
  • CentOS
  • Linux Commands
  • About Us
  • Donate

How to Install Sublime Text 3 on Ubuntu 20.04

Written by Admin, Updated On August 16, 2020
sublime, ubuntu
How to Install Sublime Text 3 on Ubuntu 20.04

Sublime Text is one of the most popular, powerful and widely used text editor today. It is used for web and software development. You also can make it more powerful by installing Sublime Text plugins. This guide shows you how to install Sublime Text 3 on Ubuntu 20.04 system.

Prerequisites#

Before you start Sublime Text 3 installation on Ubuntu, Make sure you are logged in as a non-root user with sudo privileges.

Install Sublime Text on Ubuntu#

Sublime Text is a proprietary application. It can be downloaded and evaluated for free. Follow the below steps to install Sublime Text 3 on your Ubuntu 20.04 system:

Step 1 – Install Dependencies#

At first, update the apt package list by typing:

sudo apt update

After that you should install necessary dependencies for fetching packages from https sources:

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

Step 2 – Import GPG Key#

Now we will import GPG key of the repository using following curl command:

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

Next add the Sublime Text apt repository to your system using below command:

sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"

Step 3 – Installing Sublime Text 3#

Once the repository enabled again update the package index list:

sudo apt update

Finally, Execute the below command to install Sublime Text 3:

sudo apt install sublime-text

That’s all. Sublime Text is installation is complete on your Ubuntu system and ready to use.

When a new version is released, you can update the Sublime package through your desktop standard Software Update tool.

Start Sublime Text#

You can start Sublime Text using your system terminal by typing subl or your can launch from Activities -> Sublime menu.

When you launch Sublime Text first time it will look like as below:

sublime text ubuntu

Conclusion#

You successfully learned how to install Sublime Text 3 on your Ubuntu 20.04 system. You also can customize your Sublime Text editor by installing plugins.

To get more details about Sublime Text visit the official Sublime Text documentation page.

If you have any question or suggestion, please leave comment below.

If our content helps you, please consider buying us a coffee

Thank you for your support.

Share On
Share on Facebook
Share on Twitter
Share on Reddit
Share on Tumblr
 Previous Article How to Install MongoDB on Ubuntu 20.04
Next Article   How to Check Python Version

Related Posts

  • How to Install Apache, MySQL, PHP (LAMP) on Ubuntu 22.04

    How to Install LAMP on Ubuntu 22.04

    March 20, 2023
  • How to Install LEMP Stack on Ubuntu 22.04

    How to Install LEMP Stack on Ubuntu 22.04

    March 18, 2023
  • How to Install Memcached on Ubuntu 22.04

    How to Install Memcached on Ubuntu 22.04

    March 16, 2023

Leave a Reply Cancel reply

DigitalOcean Referral Badge

Popular Posts

  • How to Install Microsoft Edge Browser on Ubuntu 22.04
    How to Install Microsoft Edge Browser on Ubuntu 22.04 March 14, 2023
  • How to Install Ruby on Ubuntu 22.04 LTS
    How to Install Ruby on Ubuntu 22.04 LTS February 27, 2023
  • How to Install LEMP Stack on Ubuntu 22.04
    How to Install LEMP Stack on Ubuntu 22.04 March 18, 2023
  • How to Install Set Up Apache Virtual Hosts on Ubuntu 22.04
    How to Set Up Apache Virtual Hosts on Ubuntu 22.04 March 2, 2023
  • How to Install MariaDB on Debian 11 Bullseye
    How to Install MariaDB on Debian 11 Bullseye March 8, 2023
© 2020 TecNStuff All rights reserved. This website is using and storing cookies on your browser. By using this website you agree our Privacy Policy.  Follow us -  Twitter | Facebook