User Tools

Site Tools


bittorrentclientonlinux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bittorrentclientonlinux [2014/06/03 05:50] adminbittorrentclientonlinux [2022/10/29 16:15] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== BitTorrent Client on linux ====== 
 +===== deluge ===== 
 +==== install ==== 
 +<code bash> 
 +pip install service_identity 
 +pip install chardet 
 +wget http://download.deluge-torrent.org/source/deluge-1.3.6.tar.gz 
 +tar xf deluge-1.3.6.tar.gz 
 +cd deluge-1.3.6 
 +python2.7 setup.py --help 
 +python2.7 setup.py build 
 +python2.7 setup.py install 
 +</code> 
 +==== run ==== 
 +<code bash> 
 +deluge-console --help 
 +</code>