Written by: Pranshu Bajpai
| Find Pranshu on Google+ And LinkedIn
I tried the following client for downloading torrents in Kali Linux and it worked really well. Nice light-weight application with no bells and whistles. It's called Transmission.
#apt-get install transmission
Here's a screenshot:
Do not use TOR (onion router) to download torrents (if torrents are blocked on your network). TOR is for anonymous web surfing purpose only. Their servers are not able to handle the massive traffic generated by peer to peer networks.
Disclaimer: I do not endorse downloading copyrighted files for free using peer to peer networks. This post was made only to demonstrate a peer to peer client for Linux.
This comment has been removed by a blog administrator.
ReplyDeletehow to use transmission behind proxy server.?????
ReplyDeleteIt doesn't support a Proxy Server as far as I know. These days i'm behind a proxy myself and I can't get it to work.
DeleteDoes transmission support ip filtering?
ReplyDeleteI don't think so.
DeleteI did all the changes which you listed above. But still, I am getting the error -
ReplyDeleteReading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package qbittorrent
I used the following command as well -
apt-get install transmission
But still got the error -
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package transmission
Please help !!
You need to add the repository containing the 'transmission' package. Then, #apt-get update && apt-get install transmission
DeleteHello Pranshu, I got the same error as pratulaug88, and I followed your suggestion. Now this is what I get:
DeleteE: Type 'http://packages.debians.org' is not known on line 11 in source list /etc/apt/sources.list
E: The list of sources could not be read.
What am I doing wrongly?
You did not modify the 'sources.lst' file correctly. There is no 'debians.org'. Remove the 's'. Also, the format of repositories in sources.lst should be like this: deb http://http.kali.org/kali kali main non-free contrib
Delete