Install Sublime Text Editor on Linux Ubuntu Systems – Ubuntu 15.04, Ubuntu 14.04, Linux Mint and Derivatives. Sublime Text is a sophisticated text editor for code, markup and prose. The editor is known for its slick user interface, extraordinary features and amazing performance.
Three most notable features of Sublime Text Editor are:
- Split Editing: For wide screen monitors, split editing allows to work/edit files side by side, or edit two locations in the one file.
- Multiple Selections: One of the most powerful features of Sublime Text is its ability to make ten changes at the same time, not one change ten times. Multiple selections allow you to interactively change many lines at once, rename variables with ease, and manipulate files faster than ever.
- Goto Anything: The feature allows you to open files with only a few keystrokes, and instantly jump to symbols, lines or words. Triggered with Ctrl+P, it is possible to type part of a file name to open it or type @ to jump to symbols, # to search within the file, and : to go to a line number
Download Sublime Text on Ubuntu
Sublime Text 3 is currently in beta. The latest build is 3083.
- Ubuntu 64 bit – also available as a tarball for other Linux distributions.
- Ubuntu 32 bit – also available as a tarball for other Linux distributions.
Install Sublime Text on Ubuntu
Sublime Text Editor can be installed via PPA. Run the following commands to install Sublime Text Editor on Linux Ubuntu Systems – Ubuntu 15.04, Ubuntu 14.04, Linux Mint and Derivatives:
$ sudo add-apt-repository ppa:webupd8team/sublime-text-3
$ sudo apt-get update
$ sudo apt-get install sublime-text-installer
If you wish to uninstall and remove Sublime Text Editor from Ubuntu Systems, run the command given below:
$ sudo apt-get remove sublime-text-installer