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


Ignore:
Timestamp:
06/08/2019 09:14:54 PM (5 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Linux/Ubuntu

    v13 v14  
    2323 
    2424=== Deluge PPA Repository === 
    25 The [https://launchpad.net/~deluge-team/+archive/ppa Deluge PPA] contains the latest Deluge releases for Ubuntu. 
     25The [https://launchpad.net/~deluge-team/+archive/stable Deluge PPA] contains the latest Deluge releases for Ubuntu. 
    2626 
    2727{{{ 
    28 sudo add-apt-repository ppa:deluge-team/ppa 
     28sudo add-apt-repository ppa:deluge-team/stable 
    2929sudo apt-get update 
    3030sudo apt-get install deluge 
     
    3636  sudo apt-get remove deluge 
    3737}}} 
    38  
    39 == FAQ ==  
    40 === How do i fix 'add-apt-repository: command not found'? === 
    41 Install add-apt-repository: 
    42 {{{ 
    43 sudo apt-get install python-software-properties 
    44 }}}