dpkg-query: add Brazilian Portuguese translation
This commit is contained in:

committed by
Agniva De Sarker

parent
6a8a98efb3
commit
517677d316
19
pages.pt-BR/linux/dpkg-query.md
Normal file
19
pages.pt-BR/linux/dpkg-query.md
Normal file
@@ -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}}`
|
Reference in New Issue
Block a user