[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "pedigre" d'un package



Georges Mariano a écrit, mercredi 13 février 2002, à 12:33 :
[...]
> pkg-revdeps $PACKAGE| awk '{print $1}' | sort | uniq | xargs dpkg -l
> PS [si quelqu'un peut améliorer cette commande ...

PAQUET=mutt; { dpkg -l $PAQUET | head -5
  pkg-revdeps $PAQUET | sort -bu | \
  xargs -s 1000 dpkg -l | grep '^[uirph]' ; }

mais c'est plutôt lent :(
-- 
Jacques L'helgoualc'h



Reply to: