= Ubuntu Install Guide = [[PageOutline(2,,inline)]] == Install Deluge == Deluge is included in the official [http://packages.ubuntu.com/search?keywords=deluge-torrent Ubuntu repositories] but may be out of date. For latest version use the [wiki:Installing/Linux/Ubuntu#AddPPARepository 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 [https://launchpad.net/~deluge-team/+archive/ppa Deluge PPA] contains the latest Deluge releases for Ubuntu. {{{ sudo add-apt-repository ppa:deluge-team/ppa sudo apt-get update }}} === Ubuntu 9.04 (Jaunty) and older === * Jaunty 9.04 may also be updated as per above method: [http://ubuntuforums.org/showpost.php?p=8916963&postcount=4 post] Add the PPA Repository to your sources list. (See the [https://help.launchpad.net/Packaging/PPA/InstallingSoftware#On%20older%20%28pre%209.10%29%20Ubuntu%20systems 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 }}}