Deluge server update on Linux

General support for problems installing or using Deluge
Post Reply
teckthekid
New User
New User
Posts: 3
Joined: Wed May 24, 2017 8:52 am

Deluge server update on Linux

Post by teckthekid »

Hello, I keep getting information about new version of Deluge on my client, it is already updated so I assume it is about server on my Linux machine.
Do I need to do new installation of it?
Or is there a command line to update it?
shamael
Compulsive Poster
Compulsive Poster
Posts: 667
Joined: Sat Oct 08, 2016 9:28 am

Re: Deluge server update on Linux

Post by shamael »

Hi,

So you use the GTK client on a remote computer and Deluged (daemon) on the Linux( box?
If yes, updating the client on the remote computer is not enough indeed, the server itself need to be updated. Considering you enable the access to the PPA repo (if not retrieve the file from the site) you simply have to launch

#update the repo)
sudo apt-get update

#check if the 1.3.15 is well available in any of them=
sudo apt-cache show deluged|grep -i version

#if the new version is present
sudo apt-get install deluged
Post Reply