deluged
A daemon process for the Deluge BitTorrent client. More information: <https://deluge-torrent.org>.
Install
- All systems
-
curl cmd.cat/deluged.sh
- Debian
-
apt-get install deluged
- Ubuntu
-
apt-get install deluged
- Arch Linux
-
pacman -S deluged
- Kali Linux
-
apt-get install deluged
- Fedora
-
dnf install deluged
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install deluged
- Raspbian
-
apt-get install deluged
- Dockerfile
- dockerfile.run/deluged
A daemon process for the Deluge BitTorrent client. More information: <https://deluge-torrent.org>.
-
Start the Deluge daemon:
deluged
-
Start the Deluge daemon on a specific port:
deluged -p port
-
Start the Deluge daemon using a specific configuration file:
deluged -c path/to/configuration_file
-
Start the Deluge daemon and output the log to a file:
deluged -l path/to/log_file
© tl;dr; authors and contributors