1.9 KiB
Installing Deluge
These are the instructions for installing Deluge. Consider them a work-in-progress and feel free to make suggestions for improvement.
Ubuntu
PPA
Until the stable PPA is updated, the development version of Deluge can be used:
sudo add-apt-repository -u ppa:deluge-team/develop
sudo apt install deluge
PyPi
To install from Python PyPi, Deluge requires the following system installed packages:
sudo apt install python3-pip python3-libtorrent python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3
Install with pip:
pip install deluge
Windows
There is no installer package currently for Windows, but can try Deluge as follows.
-
Download and install Python 3.6.
-
Download and extract gvsbuild tarball to
C:\
. -
Open a terminal.
-
Run this command to add
gvsbuild
directory toPATH
:set PATH=C:\gvsbuild\release;%PATH%
-
Install
gvsbuild
Python wheels:pip install C:\gvsbuild\release\python\pycairo-1.18.0-cp36-cp36m-win_amd64.whl pip install C:\gvsbuild\release\python\PyGObject-3.32.0-cp36-cp36m-win_amd64.whl
-
Install Deluge:
pip install deluge deluge-libtorrent
macOS
There is no .app
package currently for macOS, but can try Deluge with homebrew.
-
Install Homebrew
-
Open a terminal.
-
Run the following to install required packages:
brew install pyobject3 gtk+3 adwaita-icon-theme brew install libtorrent-rasterbar
-
To fix translations:
brew link gettext --force
-
Install Deluge:
pip3 install deluge