On Fri, 2005-07-29 at 09:43 +0200, christophe wrote:
> Bonjour, Est il possible de créer une liste des logiciels installées sur
> un PC?
> Merci
> Christophe
> 
man dpkg :

       dpkg --get-selections [pattern...]
              Get list of package selections, and write it to stdout.

       dpkg --set-selections
              Set package selections using file read from stdin.


En gros :

# Sur l'ordinateur source
dpkg --get-selections > myselection

# On transfère le fichier «myselection» sur l'ordinateur destination
# Et on utilise --set-selections
dpkg --set-selections < myselection


-- 
Bruno Dusausoy <[EMAIL PROTECTED]>


-- 
ubuntu-fr mailing list
[email protected]
http://lists.ubuntu.com/mailman/listinfo/ubuntu-fr

Répondre à