Installing Linux Ubuntu - gazpachoking/deluge GitHub Wiki
Ubuntu Install Guide
Install Deluge
Deluge is included in the official Ubuntu repositories but may be out of date. For latest version use the PPA Repository
Synaptic Package Manager: Quick Search 'Deluge'
From the Terminal:
sudo apt-get install deluge
Updating
Synaptic Package Manager: Reload, Quick search 'deluge', Mark for Upgrade
From the terminal:
sudo apt-get update
sudo apt-get upgrade
Removing
In Synaptic Package Manager, quick search 'deluge'
sudo apt-get remove deluge
Add 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 upgrade
Ubuntu 9.04 (Jaunty) and older
- Jaunty 9.04 may also be updated as per above method: post
Add the PPA Repository to your sources list. (See the Lauchpad PPA Help).
sudo gedit /etc/apt/sources.list
Add these lines to the bottom of the sources list (replace jaunty if other version)
deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/deluge-team/ppa/ubuntu jaunty main
Add key of repository
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 249AD24C
FAQ
How do i fix 'add-apt-repository: command not found'?
Install add-apt-repository:
sudo apt-get install python-software-properties
for Ubuntu 12.10, to install add-apt-repository:
sudo apt-get install software-properties-common