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
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