First step to add sublime Text 3 warehouse
sudo add-apt-repository ppa:webupd8team/sublime-text-3
This time it will come out to prompt this place waiting for us to confirm whether to add this warehouse, Press ENTER to continue, press Crtl+c to cancel.
At this point, press ENTER to continue and establish the Trust database.
Second Step Update Software library
sudo apt-get update
Third installation
sudo apt-get install Sublime-text-installer
then wait for installation
Configuring Plug-ins
CTRL + ' or open the View>show Console and copy the information below
Import Urllib.request,os,hashlib; h = ' 2915d1851351e5ee549c20394736b442 ' + ' 8bc59f460fa1548d1514676163dafc88 '; PF = ' Package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); by = Urllib.request.urlopen (' http://packagecontrol.io/' + pf.replace (', '%20 ')). read (); DH = hashlib.sha256 (by). Hexdigest (); Print (' Error validating download (got%s instead of%s), please try Manual '% (DH, h)) if DH install h else open (!= H.join (IPP, PF), ' WB '. Write (by)
Or
Https://packagecontrol.io/installation#st3
Reboot
Ctrl + Shift + p to open the command board Input package Control:install package
Then enter the plug-in you want to install
Plug-ins themselves check