Transmission: Difference between revisions
From wiki
Created page with "{{Debian}} In this guide, we will install the BitTorrent client transmission an use it through the web interface. == Install == <syntaxhighlight lang="console"> # apt instal..." |
m fix todo |
||
| Line 6: | Line 6: | ||
<syntaxhighlight lang="console"> | <syntaxhighlight lang="console"> | ||
# apt install transmission-daemon | # apt install transmission-daemon | ||
</syntaxhighlight>{{ | </syntaxhighlight>{{TODO|transmission-cli ?}} | ||
== Configure == | == Configure == | ||
[[Category:Install]] | [[Category:Install]] | ||
Revision as of 09:21, 6 March 2016
| These instructions were only tested on Debian. It will probably work for other Linux distributions, but you might need to adapt the provided instructions. |
In this guide, we will install the BitTorrent client transmission an use it through the web interface.
Install
# apt install transmission-daemon
TODO: transmission-cli ?