Modèle:InstallPPA : Différence entre versions

De Asso Val Libre
Aller à : navigation, rechercher
(Page créée avec « add-apt-repository -y '{{{PPA}}}' apt-get update apt-get install {{{DEB}}} »)
 
Ligne 1 : Ligne 1 :
 +
 +
; Installation via PPA :
 
    
 
    
   add-apt-repository -y '{{{PPA}}}'
+
   add-apt-repository -y '{{{PPA}}}' ; apt-get update ; apt-get install {{{DEB}}}
  apt-get update
 
  apt-get install {{{DEB}}}
 

Version du 16 octobre 2013 à 22:45

Installation via PPA 
 add-apt-repository -y '{{{PPA}}}' ; apt-get update ; apt-get install {{{DEB}}}