Custom Search

Wednesday, May 1, 2019

Install Sublime Text 3 in Ubuntu 19.04 18.04

1)
run command to add the keyring:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -

2)
Then run command to add the apt repository:
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list

3)
Install sublime text 3
sudo apt update && sudo apt install sublime-text

No comments:

Post a Comment