How to install sublime text 3 on Ubuntu using terminal commands. Sublime Text editor is known for its slick user interface, extraordinary features and amazing performance.
It comes with split editing and distraction free mode. And above all it comes with multiple selections feature where users can make ten changes at the same time, not one change ten times.
Features:
- Command Palette – Using the Command Palette (Ctrl+Shift+P) feature, one can use infrequently used functionality, like sorting, changing the syntax and changing the indentation settings.
- Customizable – Sublime Text is highly customizable. Key Bindings, Menus, Snippets, Macros, Completions and more – just about everything in Sublime Text is customizable with simple JSON files.
- Cross Platform – Sublime Text is available for OS X, Windows and Linux. One license is all you need to use Sublime Text on every computer you own, no matter what operating system it uses.
- Custom UI Toolkit – Sublime Text uses a custom UI toolkit, optimized for speed and beauty, while taking advantage of native functionality on each platform.
- Distraction Free Mode – Enter Distraction Free Mode using the View/Enter Distraction Free Mode menu when you need to focus on nothing but your text.
Install Sublime Text 3
Run the following command to install Sublime Text 3 on Ubuntu 17.04, Ubuntu 16.04, Ubuntu 15.04, Ubuntu 15.10, Ubuntu 14.04, Ubuntu 14.10, Linux Mint 17 and Ubuntu Derivatives :
$ sudo add-apt-repository ppa:webupd8team/sublime-text-3
$ sudo apt-get update
$ sudo apt-get install sublime-text
Once installed, open the Sublime Text from Ubuntu Dash or Terminal.