Changes between Version 9 and Version 10 of Installing/Linux/Ubuntu


Ignore:
Timestamp:
10/01/2014 09:24:45 AM (10 years ago)
Author:
Cas
Comment:

cleanup page

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Linux/Ubuntu

    v9 v10  
    55== Install Deluge == 
    66 
    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] 
    89 
    9  '''Synaptic Package Manager:''' Quick Search 'Deluge'  
    1010 
    11  '''From the Terminal:''' 
     11'''Terminal:''' 
    1212{{{ 
    1313 sudo apt-get install deluge 
    1414}}} 
    1515 
    16 == Updating == 
     16Although 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. 
    1717 
    18  '''Synaptic Package Manager:''' Reload, Quick search 'deluge', Mark for Upgrade 
     18=== Deluge PPA Repository === 
     19The [https://launchpad.net/~deluge-team/+archive/ppa Deluge PPA] contains the latest Deluge releases for Ubuntu. 
    1920 
    20  '''From the terminal:''' 
    2121{{{ 
    22   sudo apt-get update 
    23   sudo apt-get upgrade 
     22sudo add-apt-repository ppa:deluge-team/ppa 
     23sudo apt-get update 
     24sudo apt-get install deluge 
    2425}}} 
    2526 
    2627== Removing == 
    27  
    28 In Synaptic Package Manager, quick search 'deluge'  
    2928 
    3029{{{ 
     
    3231}}} 
    3332 
    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/ppa 
    39 sudo apt-get update 
    40 sudo apt-get upgrade 
    41 }}} 
    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.list 
    50 }}} 
    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 main  
    55 deb-src http://ppa.launchpad.net/deluge-team/ppa/ubuntu jaunty main  
    56 }}} 
    57  
    58 Add key of repository 
    59  
    60 {{{ 
    61  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 249AD24C 
    62 }}} 
    6333== FAQ ==  
    6434=== How do i fix 'add-apt-repository: command not found'? ===