Install Sublime Text 3 in Ubuntu 16.04, 18.04 & Higher The Official Way

Install Sublime Text 3 via the official apt repository:


Open terminal via Ctrl+Alt+T or by searching for “Terminal” from desktop app launcher. When it opens, run command to install the key:


First, execute this command:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

Then execute this command:
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

Then execute this command:
sudo apt-get update
sudo apt-get install sublime-text

Done Install Sublime Text 3 in your ubuntu pc :)


If you remove this then just execute this command:
sudo apt-get remove sublime-text && sudo apt-get autoremove

Post a Comment

0 Comments