In this tutorial we are going to show you how to install Sublime Text 3 editor in Crunchbang 11 ‘Waldorf’
2. Run the one of the commands below to download Sublime Text 3 .deb file depending on your system architecture.
For 32 bit:
$ wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_i386.deb
For 64 bit:
$ wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_amd64.deb
--2013-12-16 11:32:47-- http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_amd64.deb Resolving c758482.r82.cf2.rackcdn.com (c758482.r82.cf2.rackcdn.com)... 80.239.178.217, 80.239.178.184, 2a02:26f0:c::58dd:5d48, ... Connecting to c758482.r82.cf2.rackcdn.com (c758482.r82.cf2.rackcdn.com)|80.239.178.217|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 6122646 (5.8M) [application/octet-stream] Saving to: `sublime-text_build-3047_amd64.deb' 100%[=====================================>] 6,122,646 138K/s in 60s 2013-12-16 11:33:49 (99.9 KB/s) - `sublime-text_build-3047_amd64.deb' saved [6122646/6122646]
2. Finally run the command below for both 32 and 64 bits to install Sublime Text:
$ sudo dpkg -i sublime-text_build-3047_*.deb
[sudo] password for seth: Selecting previously unselected package sublime-text. (Reading database ... 78661 files and directories currently installed.) Unpacking sublime-text (from sublime-text_build-3047_amd64.deb) ... Setting up sublime-text (3047) ... Processing triggers for hicolor-icon-theme ... Processing triggers for desktop-file-utils ...
You can now launch Sublime Text by pressing Alt + F2 and typing subl or sun same command from terminal.