Install Sublime Text 3 in Ubuntu 16.04 & Higher The Official Way (Update)
Sublime Text is a text editor software that is used to open or edit any file but is actually used for programmers, to write coding. The programming languages supported include C, C ++, C #, PHP, CSS, HTML, ASP and many more. For the most recent version of Sublime Text 3 you can download it on the official Sublime Text website.
Currently this popular Sublime text software offers an official Linux Apt repository to help simplify the Sublime Text 3 installation process and easily receive updates on the Ubuntu Distro.
Currently this popular Sublime text software offers an official Linux Apt repository to help simplify the Sublime Text 3 installation process and easily receive updates on the Ubuntu Distro.
Install Sublime Text 3 via the official apt repository:
- Open Terminal by pressing Ctrl + Alt + T on the keyboard, or search for it in the application search with the keyword "Terminal", after Terminal opens, friends run this command to install the key:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - - Then add the apt repository via command:
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list - Terakhir update repository dan jalankan perintah instalasi Sublime-Text:
sudo apt-get update
sudo apt-get install sublime-text
That's the short article about how to install Sublime Text.
Posting Komentar untuk "Install Sublime Text 3 in Ubuntu 16.04 & Higher The Official Way (Update)"