Changes between Version 9 and Version 10 of Installing/Linux/Ubuntu
- Timestamp:
- 10/01/2014 09:24:45 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installing/Linux/Ubuntu
v9 v10 5 5 == Install Deluge == 6 6 7 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#AddDelugePPARepository PPA Repository] 7 '''Software Centre''': 8 [http://apt.ubuntu.com/p/deluge Deluge] 8 9 9 '''Synaptic Package Manager:''' Quick Search 'Deluge'10 10 11 '''From theTerminal:'''11 '''Terminal:''' 12 12 {{{ 13 13 sudo apt-get install deluge 14 14 }}} 15 15 16 == Updating == 16 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. 17 17 18 '''Synaptic Package Manager:''' Reload, Quick search 'deluge', Mark for Upgrade 18 === Deluge PPA Repository === 19 The [https://launchpad.net/~deluge-team/+archive/ppa Deluge PPA] contains the latest Deluge releases for Ubuntu. 19 20 20 '''From the terminal:'''21 21 {{{ 22 sudo apt-get update 23 sudo apt-get upgrade 22 sudo add-apt-repository ppa:deluge-team/ppa 23 sudo apt-get update 24 sudo apt-get install deluge 24 25 }}} 25 26 26 27 == Removing == 27 28 In Synaptic Package Manager, quick search 'deluge'29 28 30 29 {{{ … … 32 31 }}} 33 32 34 == Add Deluge PPA Repository ==35 The [https://launchpad.net/~deluge-team/+archive/ppa Deluge PPA] contains the latest Deluge releases for Ubuntu.36 37 {{{38 sudo add-apt-repository ppa:deluge-team/ppa39 sudo apt-get update40 sudo apt-get upgrade41 }}}42 43 === Ubuntu 9.04 (Jaunty) and older ===44 * Jaunty 9.04 may also be updated as per above method: [http://ubuntuforums.org/showpost.php?p=8916963&postcount=4 post]45 46 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]).47 48 {{{49 sudo gedit /etc/apt/sources.list50 }}}51 52 Add these lines to the bottom of the sources list (replace jaunty if other version)53 {{{54 deb http://ppa.launchpad.net/deluge-team/ppa/ubuntu jaunty main55 deb-src http://ppa.launchpad.net/deluge-team/ppa/ubuntu jaunty main56 }}}57 58 Add key of repository59 60 {{{61 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 249AD24C62 }}}63 33 == FAQ == 64 34 === How do i fix 'add-apt-repository: command not found'? ===