Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

How to Install Sublime Text 3 on Ubuntu 20.04 - DesignLinux

Aug 19 2020
designlinux 0 Comments
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.

Related

Tags: sublime, ubuntu

How to Install and Configure Fail2ban on Ubuntu 20.04

Prev Post

500 Internal Server Error

Next Post
Archives
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
Categories
  • AlmaLinux
  • Android
  • Ansible
  • Apache
  • Arch Linux
  • AWS
  • Backups
  • Bash Shell
  • Bodhi Linux
  • CentOS
  • CentOS Stream
  • Chef
  • Cloud Software
  • CMS
  • Commandline Tools
  • Control Panels
  • CouchDB
  • Data Recovery Tools
  • Databases
  • Debian
  • Deepin Linux
  • Desktops
  • Development Tools
  • Docker
  • Download Managers
  • Drupal
  • Editors
  • Elementary OS
  • Encryption Tools
  • Fedora
  • Firewalls
  • FreeBSD
  • FTP
  • GIMP
  • Git
  • Hadoop
  • HAProxy
  • Java
  • Jenkins
  • Joomla
  • Kali Linux
  • KDE
  • Kubernetes
  • KVM
  • Laravel
  • Let's Encrypt
  • LFCA
  • Linux Certifications
  • Linux Commands
  • Linux Desktop
  • Linux Distros
  • Linux IDE
  • Linux Mint
  • Linux Talks
  • Lubuntu
  • LXC
  • Mail Server
  • Manjaro
  • MariaDB
  • MongoDB
  • Monitoring Tools
  • MySQL
  • Network
  • Networking Commands
  • NFS
  • Nginx
  • Nodejs
  • NTP
  • Open Source
  • OpenSUSE
  • Oracle Linux
  • Package Managers
  • Pentoo
  • PHP
  • Podman
  • Postfix Mail Server
  • PostgreSQL
  • Python
  • Questions
  • RedHat
  • Redis Server
  • Rocky Linux
  • Security
  • Shell Scripting
  • SQLite
  • SSH
  • Storage
  • Suse
  • Terminals
  • Text Editors
  • Top Tools
  • Torrent Clients
  • Tutorial
  • Ubuntu
  • Udemy Courses
  • Uncategorized
  • VirtualBox
  • Virtualization
  • VMware
  • VPN
  • VSCode Editor
  • Web Browsers
  • Web Design
  • Web Hosting
  • Web Servers
  • Webmin
  • Windows
  • Windows Subsystem
  • WordPress
  • Zabbix
  • Zentyal
  • Zorin OS
Visits
  • 0
  • 904
  • 605,749

DesignLinux.com © All rights reserved

Go to mobile version