deluge

A command-line BitTorrent client. More information: <https://deluge-torrent.org>.

Install

All systems
curl cmd.cat/deluge.sh
Debian Debian
apt-get install deluge
Ubuntu
apt-get install deluge
Arch Arch Linux
pacman -S deluge
image/svg+xml Kali Linux
apt-get install deluge
Fedora
dnf install deluge
Windows (WSL2)
sudo apt-get update sudo apt-get install deluge
Raspbian
apt-get install 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

© tl;dr; authors and contributors