Ubuntu 14.04 Installation Sublime Text 3Listen to the Voice
- |
- Browse:24435
- |
- Updated: 2014-09-25 22:14
- |
- Tags:ubuntu
Step through Reading
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
Tools/Materials
- Ubuntu 14.04
- Sublime Text 3
Method/Step
-  
Press ctrl+alt+t in Ubuntu to open a command window, Install it by following the steps and commands:
Add a warehouse sublime text 3:
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 to establish the trust database.
-  
Update Software library:
sudo apt-get update
-  
Install sublime Text 3:
sudo apt-get install Sublime-text-installer
And then wait for the installation ...
- 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
sudo apt-get install sublime-text-dev
Path:
Ubuntu 14.04 Installation Sublime Text 3