This tutorial shows you how to install Sublime on Debian. With small tweaking you can use this to install it on any Debian based operating system.
Download Sublime Text 2 from http://www.sublimetext.com/2.
Sublime Text 2 can now be run as normal user with command "sublime_text". You might want to create menu item so that the application would appear under applications sections, for easy access.Source code viewer
# If you aren't root: su - cd /home/USERNAME/Downloads/ tar -xvjf Sublime\ Text\ 2*.tar.bz2 mv Sublime\ Text\ 2/ /opt/sublime-text-2/ ln -s /opt/sublime-text-2 /usr/local/sublime-text-2 ln -s /usr/local/sublime-text-2/sublime_text /usr/local/bin/sublime_text rm Sublime\ Text\ 2*.tar.bz2Programming Language: Bash
- Go to application called "Main Menu".
- Select desired location like "Programming".
- Click "New Item"
- Type: Application
- Name: Sublime Text 2
- Command: sublime_text
- Icon: /opt/sublime-text-2/Icon/48x48/sublime_text.png