= Ubuntu Install Guide = [[PageOutline(2,,inline)]] == Install Deluge == '''Software Centre''': [http://apt.ubuntu.com/p/deluge Deluge] '''Terminal:''' {{{ sudo apt-get install deluge }}} Although Deluge is included in the official [http://packages.ubuntu.com/search?keywords=deluge-torrent Ubuntu repositories] it may be out of date. To ensure you are using the latest version use the [wiki:Installing/Linux/Ubuntu#AddDelugePPARepository PPA Repository], see the steps below. === 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 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 }}} for Ubuntu 12.10, to install add-apt-repository: {{{ sudo apt-get install software-properties-common }}}