3.3 KiB
Installing Deluge
Instructions for installing Deluge.
Linux
Ubuntu
One-click Install
sudo apt install deluge
Fedora
sudo dnf install deluge
Arch
pacman -S deluge-gtk
OpenSUSE
Gentoo
Flatpak
One-click Install
Windows
Unfortunately no official installer package currently available.
macOS
Unfortunately no official installer package currently available.
FreeBSD
pkg add deluge
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
Homebrew
-
Install Homebrew
-
Open a terminal to install required packages:
brew install pygobject3 gtk+3 adwaita-icon-theme brew install libtorrent-rasterbar
-
To fix translations:
brew link gettext --force
-
Install Deluge:
pip install deluge