android/*: add pt_PT translations (#8935)
This commit is contained in:

committed by
GitHub

parent
892e710a58
commit
8d6710a58c
24
pages.pt_PT/android/pkg.md
Normal file
24
pages.pt_PT/android/pkg.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# pkg
|
||||
|
||||
> Gestor de pacotes para o Termux.
|
||||
> Mais informações: <https://wiki.termux.com/wiki/Package_Management>.
|
||||
|
||||
- Atualizar todos os pacotes instalados:
|
||||
|
||||
`pkg upgrade`
|
||||
|
||||
- Instalar um pacote:
|
||||
|
||||
`pkg install {{pacote}}`
|
||||
|
||||
- Desinstalar um pacote:
|
||||
|
||||
`pkg uninstall {{pacote}}`
|
||||
|
||||
- Reinstalar um pacote:
|
||||
|
||||
`pkg reinstall {{pacote}}`
|
||||
|
||||
- Procurar um pacote:
|
||||
|
||||
`pkg search {{pacote}}`
|
Reference in New Issue
Block a user