Refer
Http://www.sublimetext.com/docs/3/linux_repositories.html#apt
Install the GPG key:
wget -qO - https://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 https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
-
Dev
-
echo "deb https://download.sublimetext.com/ apt/dev/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
Update apt sources and install Sublime Text
sudo apt-get updatesudo apt-get install sublime-text
Plug-in Installation:
1. Package Control Install HTTPS://PACKAGECONTROL.IO/INSTALLATION#ST3
2. Restart Sublimetet, click References->package control, install other extensions (sublimelinter, filediffs, Alignment )
3. Extensions:
sublimelinter-php
Sublimelinter-lua
Sublimelinter-contrib-nvcc
Sublimelinter-contrib-rustc
Sublimelinter-contrib-clang
Sublimelinter-contrib-java
Sublimelinter-contrib-ruby-lint
Golang Build
Sublime Text Install on Ubuntu