Changes between Version 5 and Version 6 of Installing/Linux/Ubuntu


Ignore:
Timestamp:
01/17/2011 05:01:42 PM (13 years ago)
Author:
Cas
Comment:

small layout changes

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Linux/Ubuntu

    v5 v6  
    11= Ubuntu Install Guide = 
    22 
    3 [[PageOutline(2-3,,inline)]] 
     3[[PageOutline(2,,inline)]] 
    44 
    55== Install Deluge == 
     
    77Deluge 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] 
    88 
    9 In Synaptic Package Manager, quick search 'deluge'  
     9 '''Synaptic Package Manager:''' Quick Search 'Deluge'  
    1010 
    11 To install from the terminal: 
     11 '''From the Terminal:''' 
    1212{{{ 
    1313 sudo apt-get install deluge 
     
    1616== Updating == 
    1717 
    18 In Synaptic Package Manager, click Reload, Mark All Upgrades then Apply 
     18 '''Synaptic Package Manager:''' Reload, Quick search 'deluge', Mark for Upgrade 
    1919 
    20 From the terminal: 
     20 '''From the terminal:''' 
    2121{{{ 
    2222  sudo apt-get update 
     
    3232}}} 
    3333 
    34 == Add PPA Repository == 
    35 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. 
    36  
    37 === Ubuntu 9.10 (Karmic) and newer === 
     34== Add Deluge PPA Repository == 
     35The [https://launchpad.net/~deluge-team/+archive/ppa Deluge PPA] contains the latest Deluge releases for Ubuntu. 
    3836 
    3937{{{ 
     
    4240}}} 
    4341 
    44  
    4542=== Ubuntu 9.04 (Jaunty) and older === 
    46 * Jaunty 9.04 may also be updated as per Karmic see this [http://ubuntuforums.org/showpost.php?p=8916963&postcount=4 post] 
     43* Jaunty 9.04 may also be updated as per above method: [http://ubuntuforums.org/showpost.php?p=8916963&postcount=4 post] 
    4744 
    4845Add 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]).