Version 7 (modified by Cas, 9 years ago) (diff)

--

Debian Wheezy

Deluge Launchpad PPA

One of the simplest methods to getting the latest Deluge version is from the Deluge Launchpad PPA. Ubuntu Precise release repo will be used as this is based upon Debian Wheezy.

Add the deluge-team PPA:

add-apt-repository 'deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu precise main'

Refresh apt:

apt-get update

Install Deluge:

apt-get install -t precise deluge-common deluged deluge-web deluge-console

To also upgrade libtorrent to 0.16:

apt-get install -t precise libtorrent-rasterbar7 python-libtorrent

It appears there is a boost version issue with using libtorrent from PPA so building from source or using unstable repo are the alternatives.