Sublime Text is a powerful text editor that is mostly used for web and software development. It can be installed and used on multiple platforms ie Windows, Linux, and MAC. Sublime text has a lot of functionalities and it supports many programming and markup languages. You can enhance its functionalities by installing new plug-ins. It is the most preferred editor for many programmers. It is free to download and install on any system. Upon the first installation. You can use its unlicensed free version but with limited functionalities. Although, It has an unlimited evaluation period.
In this article, we will show you how to install the latest version of Sublime Text (Sublime Text 3) on Ubuntu 18.04 LTS. You can use the same procedure for installing earlier versions too.
Some of the useful features of Sublime Text 3 are:
Follow the below steps to install Sublime Text 3:
First, you will need to install GPG key on your system. For that launch the Terminal by using Ctrl+Alt+T key shortcut and un the following command in Terminal:
$ wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
Then you will need to add the Sublime Text repository to your package manager.
I am using here sublime text stable repository. After that run the following command in Terminal:
$ echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
If you want to add Dev repository instead of stable repository, run the following command:
$ echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
Now, you will need to update your package manager with the new sublime repositories. Run the following command to update apt repositories:
$ sudo apt update
Now run the following command to install sublime text. It will automatically install the latest version that is sublime text 3.
$ sudo apt install sublime-text
Now verify the installation by launching the application from Ubuntu’s Dash menu. Press Windows key, then type sublime text. From the results, click on Sublime Text to launch it.
That is how you can install Sublime Text 3 on your Ubuntu 18.04 LTS. Now you can use it for advanced editing. However make note that, to use full functional Sublime text, you will need to buy its license.
Magento is a free and open-source e-commerce platform written in PHP. It is simple, easy…
ISPConfig is an open-source control panel that allows users to manage multiple servers from a…
As a Linux administrator, you may find it necessary to troubleshoot or test your Simple…
Ubuntu 24.04, like many modern Linux distributions, relies on the NetworkManager for managing network connections.…
Restic is a modern, open-source backup program designed for efficiency, security, and simplicity. It enables…
phpMyAdmin is a popular free tool written in PHP intended to administer MySQL and MariaDB…