How to Install Sublime Text 3 on Ubuntu 18.04 – Sublime Text is one of the most widely used text and source code editors for web and software development. It is very fast and comes with many amazing features. You can increase its functionality by installing new plugins and making custom settings.
Sublime Text is also a cross-platform shareware source code editor with a Python application programming interface (API). It natively supports many programming languages ββand language markups, and functionality can be added by users with plugins, usually community built and managed under license. free software.
In this tutorial guide I will show you how to install Sublime Text 3 on Ubuntu 18.04 operating system. The same steps are also worked on linux distro Debian based.
Requirements
Before you continue with this tutorial, make sure you are logged in as a user with sudo privileges. Read β How to Create a Sudo User and a Sudo Group on Ubuntu.
How to install Sublime Text on Ubuntu
To install Sublime Text 3 on your Ubuntu system, follow these steps:
Update the list of appropriate packages and install the dependencies needed to fetch packages from source https
:
$ sudo apt update
$ sudo apt install apt-transport-https ca-certificates curl software-properties-common
Import the repository’s GPG key using the following command:
$ curl -fsSL https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
Add it APT Repository Sublime Text to your system’s software repository list by typing:
$ sudo add-apt-repository "deb https://download.sublimetext.com/ apt/stable/"
Once the repository is enabled, update the apt source and install Sublime Text 3 with the following command:
$ sudo apt update
$ sudo apt install sublime-text
And now, Sublime Text has been successfully installed on Ubuntu Desktop You.
Sublime Text is a proprietary application. It can be downloaded and evaluated for free. However, you need to buy a license if you use it continuously. There is no time limit for evaluation.
How to Get Started with Sublime Text
You can start using the Sublime Text editor either from the terminal by typing subl
or by clicking on the Sublime icon in (Activity β Sublime):
When you start the Text Editor with Sublime Text for the first time, a window like the following image will appear:
Conclusion
You already know how to install Sublime Text and also successfully installed Sublime Text on your desktop Ubuntu 18.04 operating system. The next step you have to install Sublime Text Package Control and start customizing your new editor according to your needs.
To find more information on Sublime Texte visit the official Sublime Texte documentation page here.