As you may know, Deluge is an open-source, multi-platform, multi-interface (GTK+, web and command-line) BitTorrent client based on libtorrent-rasterbar. The Deluge daemon can run on headless machines with the user-interfaces being able to connect remotely.
The latest version available is Deluge 1.3.12, coming with the below changes:
- Fix potential AttributeError? in is_on_active_workspace
- Include fix for Twisted 15.0 URI class rename
- Fix AttributeError? in set_trackers with lt 1.0
- Enable lt extension bindings again for versions >=0.16.7 (this disables Tracker Exchange by default)
- Backport atomic fastresume and state file saving fixes as another attempt to prevent data loss on unclean exits
- Fixed i18n issue in Connection Manager which left users unable to connect
- Increase cookie lifespan for display settings
- Fixed ‘set and then get’ in config command
- Show current speed limit in statusbar
Installation instructions:
Up to date packages are available via some third party PPA, so installing Deluge on Ubuntu 15.10 Wily Werewolf, Ubuntu 15.04 Vivid Vervet, Ubuntu 14.04 Trusty Tahr, Linux Mint 17.x, Elementary OS 0.3 Freya and other Ubuntu derivative systems.
$ sudo add-apt-repository ppa:deluge-team/ppa
$ sudo apt-get update
$ sudo apt-get install deluge
Also, if you want to install the web UI, you have to install the deluge-web and deluged packages:
$ sudo apt-get install deluge-web deluged
Optional, to remove the installed packages, do:
$ sudo apt-get remove deluge