1. Experimental environment
Ubuntu 14.04 + Sublime text 3
2. Sublime Text Introduction
Ublime text is a popular text editor software that is somewhat similar to textmate, cross-platform and can run on Linux,windows and Mac OS X. It is also a text editor software that many programmers like to use.
Sublime Text 3 main features:
-Syntax highlighting, code hint completion, code folding, custom skin/color scheme, multi-note
-code map, multiple interface layouts, and full screen intrusion-free mode
-Flexible plug-in support
3. Installation Step 3.1 Press Ctrl+alt+t in Ubuntu to open the command window
Add the Sublime Text 3 warehouse:
sudo add-apt-repository ppa:webupd8team/sublime-text-3
Enter, a lot of information appears. But let's see the last word of the picture, this place is 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.
3.2 Updating the Software library:
3.3 Installing sublime Text 3:
sudo apt-get install Sublime-text-installer
3.4 Below is the installation command for sublime text 2, slightly different from 3:
sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get update
Ubuntu 14.04 Installation Sublime Text 3