Version 12 (modified by phaseform, 7 years ago) (diff)

--

Ubuntu Install Guide

  1. Install Deluge
  2. Removing
  3. FAQ

Install Deluge

Software Centre:

Deluge

Terminal:

 sudo apt-get install deluge

Terminal (headless):

 sudo apt-get install deluged deluge-webui

(include deluge-webui if you want it)

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/ppa
sudo apt-get update
sudo apt-get install deluge

Removing

  sudo apt-get remove deluge

FAQ

How do i fix 'add-apt-repository: command not found'?

Install add-apt-repository:

sudo apt-get install python-software-properties