1:41 AM

The Easiest way to install any install qbittorrent or any other application in Kali Linux

One of the major reasons why the installations fail is due to non updated repositories. we end up with responses such as


'E: Unable to locate package qbittorrent'


 The solution is here and I will demonstrate using qbittorrent installation in Kali Linux


Step 1:  fact one is that Kali linux base repositories are debian based.


On the root  terminal window type "leafpad /etc/apt/sources.list"


for example in my case it is :


root@ksnaves:~# leafpad /etc/apt/sources.list


Step2:  The source list which is a text file will pop up. Copy and paste this  commands below  on the source list and save.


deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
deb http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali-dev main/debian-installer
deb-src http://http.kali.org/kali kali-dev main contrib non-free
deb http://http.kali.org/kali kali main contrib non-free
deb http://http.kali.org/kali kali main/debian-installer
deb-src http://http.kali.org/kali kali main contrib non-free
deb http://security.kali.org/kali-security kali/updates main contrib non-free
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free 

deb http://http.packages.debian.org import deb packages


 Step3: Update using the command on the terminal    - " apt-get update"


for example in my case it is root@ksnaves:~# apt-get update


wait for the repository to update 





step 4: Now install your software of choice. in my case it is qbittorrent.


as follows  Open the terminal and type the command apt-get install qbittorrent 


on my case  it is


root@ksnaves:~# apt-get install qbittorrent      and hit on enter button


After few seconds you will be provided with the question Y/N on whether to install or not....Of course Hit Y on the keyboard for Yes


Step 5: Now qbittorrent is installed, type command  qbittorrent on the root terminal window and press enter


 


Cheers