

Ubuntu 20.04 echo "deb apt/stable/" | sudo tee /etc/apt//sublime-text.listĪfter adding the repository to your system, update the repository index.

Ubuntu 22.04 echo "deb apt/stable/" | sudo tee /etc/apt//sublime-text.list Then, add the Sublime Text editor repository to your system. Ubuntu 20.04 wget -qO - | sudo apt-key add. Ubuntu 22.04 wget -qO - | sudo gpg -dearmor -o /usr/share/keyrings/sublimetext-keyring.gpg To do that, download and add the Sublime Text repository signing key to your system with the below command.

So, set up the Sublime Text repository in the system. Sublime Text offers its package through the official repository for Ubuntu operating system.
#Sublime linux install#
Install Sublime Text from Official Repository

The Sublime Text editor is available from the Snap store and the official repository for Ubuntu. Install Sublime Text on Ubuntu 22.04/20.04
#Sublime linux how to#
Here, we will see how to install Sublime Text on Ubuntu 22.04 / Ubuntu 20.04. Sublime Text supports auto-completion, syntax highlighting, code building, snippets, installing themes, etc. It supports many programming languages natively, and you can extend its functionality by installing community-built plugins.
#Sublime linux full#
You can even go a step further and install Sublime Text Package Control to enhance your editor and get the full functionality of an IDE.Sublime Text is a shareware, cross-platform source code editor created by Sublime HQ. Now that you have the Sublime Text editor installed in your system, You can start customizing it according to your need. In this article, you have learned how to install the Sublime Text editor on your Ubuntu System. Sublime Text is an editor that has a lot of potential. The autoremove option will ensure that even the inactive and unused packages will be removed along with the Sublime Text. You can uninstall it by running the following command in the terminal. If you do not need the Sublime Text on your system anymore. To check the Sublime Text version in your system, run the following command. Once the installation is done, you can open the Sublime Text editor by typing the following command in the terminal or searching through the system applications. sudo apt updateįinally, run the following apt command to install the Sublime Text editor in your system. This will add the GPG key and update the software repository list in your system. Once You are done with the above steps, Update your system with the following command. sudo add-apt-repository "deb apt/stable/" To add the Sublime Text repository to your Software repository list, run the following command. Now you need to install the apt-transport-https package so that the Sublime Text repository can be accessed over the HTTP protocol. You will be prompted to provide the sudo password. To download and install the GPG key, run the following command. Download and install the Sublime Text GPG keyįirst of all, you will need a Sublime Text Gnu Privacy Guard (GPG) key to install Sublime Text. All the methods in the tutorial are valid for any Linux-based system. Note: The commands in this tutorial are performed on the Ubuntu 20.04 system. In this article, You will learn how to install Sublime Text on the Ubuntu operating system. Its functionality can be enhanced to the extent that many professionals refer to it as an Integrated Development Environment(IDE) instead of a simple editor.Īlso because of its flexibility, it provides more control over their editor or environment. Custom settings and hundreds of plugins are available for the customization of sublime text. It is fast, flexible, and comes with a lot of sophisticated features. Sublime Text is one of the most popular text and source code editors which is designed for software and web development.
