mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 21:24:54 +02:00
dpkg: add Brazilian Portuguese translation
This commit is contained in:
parent
0ea51adbfe
commit
6a8a98efb3
1 changed files with 27 additions and 0 deletions
27
pages.pt-BR/linux/dpkg.md
Normal file
27
pages.pt-BR/linux/dpkg.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# dpkg
|
||||
|
||||
> Gerenciador de pacotes Debian.
|
||||
|
||||
- Instala um pacote:
|
||||
|
||||
`dpkg -i {{path/to/file.deb}}`
|
||||
|
||||
- Remove um pacote:
|
||||
|
||||
`dpkg -r {{package_name}}`
|
||||
|
||||
- Exibe os pacotes instalados:
|
||||
|
||||
`dpkg -l {{pattern}}`
|
||||
|
||||
- Exibe o conteúdo do pacote:
|
||||
|
||||
`dpkg -L {{package_name}}`
|
||||
|
||||
- Exibe o conteúdo do arquivo de um pacote:
|
||||
|
||||
`dpkg -c {{path/to/file.deb}}`
|
||||
|
||||
- Apresenta o pacote proprietário de um determinado arquivo:
|
||||
|
||||
`dpkg -S {{file_name}}`
|
Loading…
Add table
Reference in a new issue