Download Your free eBooks NOW-10 free Linux eBooks for Administrators
Python API, that's available forWindows and C, C #, HTML, JavaScript, Groovy, LaTeX and the list goes on. The user interface is much similar to most famous editor called "Vim".
Install Sublime Text in Linux
by default there is no official repository available For yum "or" Linux systems.
but due to high volume of users requests, The ppa for
at the time of writing this article, sublime text 3 beta are available to registered Sublime Text users only at A license costs
Method 1:installing from Source Tarball
The latest stable version can be downloaded from Sublime Text website or can use the following "on32-bit systems< /c0>
# CD ~# wget http://c758482.r82.cf2.rackcdn.com/sublime\ text\ 2.0.2.tar.bz2# tar vxjf sublime\ Text\ 2.0.2.tar.bz2
On 64-bit Systems
# CD ~# wget http://c758482.r82.cf2.rackcdn.com/sublime\ text\ 2.0.2\ x64.tar.bz2# tar vxjf sublime\ Text\ 2.0.2\ X64.tar. bz2
Once unpacked, you'll get a directory called "/opt" location.
# sudo mv sublime\ text\ 2/opt/
Next Create a symbolic link to call "sublime". To do, create a symbolic link under "# sudo ln-s/opt/sublime\ text\ 2/sublime_text/usr/bin/sublime
For Ubuntu Unity Lancher
If you is using Sublime Text "to the Unity launcher. Create a "/usr/share/applications".
# sudo sublime/usr/share/applications/sublime.desktop
Then Copy and Paste the following content into it. Save and close.
[Desktop Entry] Version=2.0.1name=sublime Text * Only KDE 4 seems to use genericname, so we reuse the KDE strings.# from Ubuntu ' s LANGUAG E-pack-kde-xx-base packages, version 9.04-20090413.genericname=text editorexec=sublimeterminal=falseicon=/opt/ Sublime Text 2/icon/48x48/sublime_text.pngtype=applicationcategories=texteditor;ide;d Evelopmentx-ayatana-desktop-shortcuts=newwindow[newwindow Shortcut group]name=new Windowexec=sublime- Ntargetenvironment=unity
If you would like to open all your text files with "defaults.list" file and replace all occurrences of "sublime.de Sktop "as shown.
# sudo sublime/usr/share/applications/defaults.list
Method 2:installing Sublime Text Using PPA
ADD Sublime Text using following steps.
# sudo add-apt-repository ppa:webupd8team/sublime-text-2# sudo apt-get update# sudo apt-get install Sublime-text
Sublime Text 3 Beta is released, if you would like to install # sudo apt-get install Sublime-text-installer
Start Sublime Text
To sublime "as shown.
# Sublime
That ' s it! If you is using any of the other editor, please don't tell us via comment section.
Install Sublime for Linux