Re: Listar todos os pacotes instalados na máquina
Ederson L. Corrêa <edersonlc@yahoo.com.br> wrote:
> Pessoal,
Olá!
> queria saber como posso saber (listar) todos os pacotes q tenho instalado no
> meu Debian (woody) ??
> Queria saber se existe algo semelhante ao "rpm -qa" dos Red Hat like ...
Do man dpkg:
dpkg -l | --list package-name-pattern ...
List packages matching given pattern. If no package-name-pattern is given,
list all packages in /var/lib/dpkg/available. Normal shell wildchars are allowed in
package-name-pattern. (You will probably have to quote package-name-pattern to
prevent the shell from performing filename expansion. For example, dpkg -l 'libc5*'
will list all the package names starting with "libc5".)
[]'s
--fx
Reply to: