How To Install Sublime Text 3 On Kali Linux andrey понедельник, 12 мая 2014 г. No Comment

How To Install Sublime Text 3 On Kali Linux
Sublime Text is my favorite text editor. It comes with superb code highlighting features. By default Kali Linux comes with leafpad and gvim but, these text editors are not so good for professional coding. Sublime text is made for programmers. It allows you to code in many languages. SO in today's post I'm sharing how you can Install Sublime text on your Kali Linux to do professional coding and text editing.


1. First open a terminal, you can click on the terminal icon from the top menu.

2. After opening the terminal run these commands given below which will install Sublime Text on your Kali Linux.

32-bit Kali Linux users can run this command

X86 Version 
wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_i386.deb
sudo dpkg -i sublime-text_build-3047_i386.deb
64-bit Kali Linux users can run this command

X64 Version
wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_amd64.deb
sudo dpkg -i sublime-text_build-3047_amd64.deb
After running these three commands you can start Sublime Text by browsing

Applications --> Programming --> Sublime Text

Now you are ready to code with a better text editor.

I hope you have successfully installed Sublime Text 3 on Kali Linux.

You may also like to read, How to install Google Chrome On Ubuntu
How To Install Sublime Text 3 On Kali Linux
Sublime Text is my favorite text editor. It comes with superb code highlighting features. By default Kali Linux comes with leafpad and gvim but, these text editors are not so good for professional coding. Sublime text is made for programmers. It allows you to code in many languages. SO in today's post I'm sharing how you can Install Sublime text on your Kali Linux to do professional coding and text editing.


1. First open a terminal, you can click on the terminal icon from the top menu.

2. After opening the terminal run these commands given below which will install Sublime Text on your Kali Linux.

32-bit Kali Linux users can run this command

X86 Version 
wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_i386.deb
sudo dpkg -i sublime-text_build-3047_i386.deb
64-bit Kali Linux users can run this command

X64 Version
wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_amd64.deb
sudo dpkg -i sublime-text_build-3047_amd64.deb
After running these three commands you can start Sublime Text by browsing

Applications --> Programming --> Sublime Text

Now you are ready to code with a better text editor.

I hope you have successfully installed Sublime Text 3 on Kali Linux.

You may also like to read, How to install Google Chrome On Ubuntu
by Jillur Rahman

Jillur Rahman is a Web designers. He enjoys to make blogger templates. He always try to make modern and 3D looking Templates. You can by his templates from Themeforest.

Follow him @ Twitter | Facebook | Google Plus

No Comment