Sublime Text - code editor for webmaster. Installation in Ubuntu
The following guide describes how to install Sublime Text on Ubuntu.
We will do everything in a few simple steps.
We run the terminal and download the repository key:
1 | wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - |
We install the https protocol:
1 | sudo apt install apt-transport-https |
add the repository:
1 | echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list |
The last step is to update packages and install:
1 | sudo apt update |
1 | sudo apt install sublime-text |
Program installed 🙂