1. Download and install Sublime Text 3
On the official website HTTP://WWW.SUBLIMETEXT.COM/3 Download the 64-bit (System bit 64-bit). Deb installation package (Http://c758482.r82.cf2.rackcdn.com/sublime-text_ BUILD-3059_AMD64.DEB), after downloading, double-click Install. Once installed, the program can be opened with the command Subl, which is already ready to write code.
2. After installing the software, it is a good idea to install the package control
Here's how: Use CTRL + ' shortcut keys or open the command line from the View->show console menu and paste the following code:
import urllib.request,os;
pf = ‘Package Control.sublime-package‘; i
pp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) );
open(os.path.join(ipp, pf),‘wb‘).write(urllib.request.urlopen( ‘http://sublime.wbond.net/‘ + pf.replace(‘ ‘,‘%20‘)).read())
If it goes well, you can now see the package settings and the package control two menus under the Preferences menu.
Manual Installation
You may not be able to use code installation for a variety of reasons, and you can manually install the package Control by using the following steps:
1. Click Preferences > Browse Packages menu
2. Go to the upper-level directory of the Open directory before entering the installed packages/directory
3. Download the package control.sublime-package and copy it to the installed packages/directory
4. Restart Sublime Text.
Resolve cannot enter Chinese:
http://blog.csdn.net/cywosp/article/details/32350899
Linux under Sublime text 3 installation to configuration