System Grab Bag

View all TLDR pages from common (or from all pages)

deluge

A command-line BitTorrent client. More information: https://deluge-torrent.org.
  • Download a torrent:
    deluge {{url|magnet|path/to/file}}
  • Download a torrent using a specific configuration file:
    deluge -c {{path/to/configuration_file}} {{url|magnet|path/to/file}}
  • Download a torrent and launch the specified user interface:
    deluge -u {{gtk|web|console}} {{url|magnet|path/to/file}}
  • Download a torrent and output the log to a file:
    deluge -l {{path/to/log_file}} {{url|magnet|path/to/file}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.