= Ubuntu Install Guide **THIS WIKI PAGE IS CURRENTLY WORK IN PROGRESS** = [[PageOutline(2-3,,inline)]] == Install Deluge == Deluge is included in the official Ubuntu repositories but may be out of date. For latest version use the [wiki:Installing/Linux/Ubuntu#AddPPARepository PPA Repository] In Synaptic Package Manager, quick search 'deluge' To install from the terminal: {{{ sudo apt-get install deluge }}} == Updating == In Synaptic Package Manager, click Reload, Mark All Upgrades then Apply From the terminal: {{{ sudo apt-get update sudo apt-get upgrade }}} == Removing == In Synaptic Package Manager, quick search 'deluge' {{{ sudo apt-get remove deluge sudo apt-get upgrade }}} == Add PPA Repository == The unofficial Deluge PPA is [https://launchpad.net/~deluge-team/+archive/ppa here] and typically will be updated within a week of new releases. Use this PPA for the most current, updated version of Deluge. === Ubuntu 9.10 (Karmic) and newer === {{{ 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 Karmic see this [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 }}}