Changes between Version 12 and Version 13 of Installing/Linux/Ubuntu


Ignore:
Timestamp:
07/19/2017 09:54:50 AM (7 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Linux/Ubuntu

    v12 v13  
    99 
    1010 
    11 '''Terminal:''' 
     11'''GUI install from Terminal:''' 
    1212{{{ 
    1313 sudo apt-get install deluge 
     
    1515 
    1616 
    17 '''Terminal (headless):''' 
     17'''Headless install from Terminal:''' 
    1818{{{ 
    19  sudo apt-get install deluged deluge-webui 
     19 sudo apt-get install deluged deluge-web deluge-console 
    2020}}} 
    21 (include deluge-webui if you want it) 
    2221 
    2322Although 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.