1. Installing Deluge

Instructions for installing Deluge.

Linux

Ubuntu

One-click Install

sudo apt install deluge

Package Details

Fedora

sudo dnf install deluge

Package Details

Arch

pacman -S deluge-gtk

Arch Wiki

OpenSUSE

1 Click Install

Package Details

Gentoo

Package Details

Flatpak

One-click Install

Package Details

Windows

Unfortunately no official installer package currently available.

See Alternative Installs

macOS

Unfortunately no official installer package currently available.

See Alternative Installs

FreeBSD

pkg add deluge

Package details

PyPi

Install with pip:

pip install deluge

Install with all optional dependencies:

pip install deluge[all]

Will require system installed packages such as libtorent and GTK3. See DEPENDS

e.g. on Ubuntu/Debian install these packages:

sudo apt install python3-pip python3-libtorrent python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3

Alternative Installs

Ubuntu PPA

The stable PPA contains the latest releases.

sudo add-apt-repository -u ppa:deluge-team/stable
sudo apt install deluge

The development PPA contains daily builds from the develop branch.

sudo add-apt-repository -u ppa:deluge-team/develop
sudo apt install deluge

Windows Community

Due to move to GTK3 and Python 3 and problems with pyinstaller there are only community created installers available.

Check sticky topics in Windows Forum for latest updates.

For reference issue #3201 is tracking progress on an official installer.

macOS Community

Unofficial .app packages

Check sticky topics in MacOS Forum

Macports

sudo port install deluge

Package Details

Homebrew

  1. Install Homebrew

  2. Open a terminal to install required packages:

    brew install pygobject3 gtk+3 adwaita-icon-theme
    brew install libtorrent-rasterbar
    
  3. To fix translations:

    brew link gettext --force
    
  4. Install Deluge:

    pip install deluge