How to Install Sublime Text 3 on Ubuntu 18.04
https://linuxize.com/post/how-to-install-sublime-text-3-on-ubuntu-18-04/
Last updated
https://linuxize.com/post/how-to-install-sublime-text-3-on-ubuntu-18-04/
Last updated
Sublime Text is one of the most widely used text and source code editors for web and software development. It is very fast and it comes with lots of powerful features out of the box. You can enhance its functionality by installing new plugins and creating custom settings.
In this tutorial we’ll show you how to install Sublime Text 3 on an Ubuntu 18.04 machine. The same steps should work on any Debian-based distribution.
Before continuing with this tutorial, make sure you are logged in as a user with sudo privileges.
To install Sublime Text 3 on your Ubuntu system, follow these steps:
Update the apt
package list and install the dependencies necessary to fetch packages from https sources:
Copy
Import the repository’s GPG key using the following curl command:
Copy
Add the Sublime Text APT repository to your system’s software repository list by typing:
Copy
Once the repository is enabled, update apt sources and install Sublime Text 3 with the following commands:
Copy
That’s it. Sublime Text has been installed on your Ubuntu desktop.Sublime Text is a proprietary application. It can be downloaded and evaluated for free. However, you need to purchase a license if you are using it continuously. There is no enforced time limit for the evaluation.
You have successfully installed Sublime Text on your Ubuntu 18.04 machine. Your next step should be to install the Sublime Text Package Control and start customizing your new editor according to your needs.
To find more information about Sublime Text visit the official Sublime Text documentationpage.
If you have any question, please leave a comment below.
You can start the Sublime Text editor either from the terminal by typing subl
or by clicking on the Sublime icon (Activities -> Sublime
):
When you start Sublime Text for the first time, a window like the following one will appear: