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


0 Comments
If you have any doubts, Please let me know