Install Sublime on Linux Ubuntu 16.04 LTS with Key Licence
First download the security key for the text editor’s repository. This will ensure packages downloaded from the repo are authenticated, etc:
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
If you want to run the latest development builds of Sublime Text you can: just run this command instead of the one above:
echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
Whether stable or dev, once you’ve added the repo you can go ahead and run an update and install the app:
sudo apt update && sudo apt install sublime-text
—– BEGIN LICENSE —–
TwitterInc
200 User License
EA7E-890007
1D77F72E 390CDD93 4DCBA022 FAF60790
61AA12C0 A37081C5 D0316412 4584D136
94D7F7D4 95BC8C1C 527DA828 560BB037
D1EDDD8C AE7B379F 50C9D69D B35179EF
2FE898C4 8E4277A8 555CE714 E1FB0E43
D5D52613 C3D12E98 BC49967F 7652EED2
9D2D2E61 67610860 6D338B72 5CF95C69
E36B85CC 84991F19 7575D828 470A92AB
—— END LICENSE ——
sumber: http://tipsonubuntu.com/2017/05/30/install-sublime-text-3-ubuntu-16-04-official-way/
