Ubuntu Install Guide

  1. Install Deluge
  2. Removing

Install Deluge

Software Centre:

Deluge

GUI install from Terminal:

 sudo apt-get install deluge

Headless install from Terminal:

 sudo apt-get install deluged deluge-web deluge-console

Although Deluge is included in the official Ubuntu repositories it may be out of date. To ensure you are using the latest version use the PPA Repository, see the steps below.

Deluge PPA Repository

The Deluge PPA contains the latest Deluge releases for Ubuntu.

sudo add-apt-repository ppa:deluge-team/stable
sudo apt-get update
sudo apt-get install deluge

Removing

  sudo apt-get remove deluge
Last modified 5 years ago Last modified on 06/08/2019 09:14:54 PM