Update Deluge Daemon to 1.3.12

I see you’re running 1.3.10 which is from 2014. The current release is 1.3.12 from 2015.

Can you please update it?

Thanks!

You must have pulled Deluge from your distro’s repository. Choose to compile it from source when installing.

quickbox installed deluge for me during the install process. This box was wiped and installed fresh this morning.

You were given a choice which Deluge to install.

You can choose between:

  1. Repo
  2. Stable from source
  3. Dev from source

You may do the following also:

add-apt-repository 'deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu precise main'
apt-get -y update
apt-get install -y -f --only-upgrade deluged deluge-common deluge-web

Test your version with deluged -v

That would make sense…yes, I probably picked repo without thinking about it. Thanks for the assist on updating it. That worked.