From 517677d316ae6cffc739507ab3184959b317f668 Mon Sep 17 00:00:00 2001 From: Andrik Albuquerque Date: Wed, 27 Mar 2019 14:41:29 -0300 Subject: [PATCH] dpkg-query: add Brazilian Portuguese translation --- pages.pt-BR/linux/dpkg-query.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages.pt-BR/linux/dpkg-query.md diff --git a/pages.pt-BR/linux/dpkg-query.md b/pages.pt-BR/linux/dpkg-query.md new file mode 100644 index 000000000..9b7ec5725 --- /dev/null +++ b/pages.pt-BR/linux/dpkg-query.md @@ -0,0 +1,19 @@ +# dpkg-query + +> Ferramenta que mostra informações dos pacotes instalados. + +- Exibe todos os pacotes instalados: + +`dpkg-query -l` + +- Exibe todos os pacotes instalados que correspondam ao critério de busca informado: + +`dpkg-query -l '{{pattern}}'` + +- List all files installed by a package: + +`dpkg-query -L {{package_name}}` + +- Show information about a package: + +`dpkg-query -s {{package_name}}`