bittorrentclientonlinux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| bittorrentclientonlinux [2014/06/03 05:50] – admin | bittorrentclientonlinux [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:// | ||
| + | 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 | ||
| + | </ | ||
| + | ==== run ==== | ||
| + | <code bash> | ||
| + | deluge-console --help | ||
| + | </ | ||
