Updating Sublime Text 3 on Kali Linux (by Ralph Turchiano)
Step by Step as found https://www.sublimetext.com/docs/3/li...
---Easy Just Cut and Paste---
**REMOVE X after each https(X) after pasting**
apt (Ubuntu, Debian)
------------------------------------
Install the GPG key:
wget -qO - httpsX://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
----------------------------------
Ensure apt is set up to work with https sources:
sudo apt-get install apt-transport-https
-----------------------------------
Select the channel to use:
Stable
echo "deb httpsX://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
--------------------------------------
Update apt sources and install Sublime Text
sudo apt-get update
sudo apt-get install sublime-text
---------------------------------------
Done ;-)
#sublimetext #upgrade #kalilinux