mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-21 22:02:09 +02:00

* pages.pt*: fix verb tenses * pages.pt*: fix all pt_PT verb tenses in the start and more pt_BR verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt_BR: fix more verb tenses * pages.pt*: fix more verb tenses * review PR --------- Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com> Co-authored-by: Isaac Vicente <contatoisaacvicente@gmail.com>
371 B
371 B
pkg
Gestor de pacotes para o Termux. Mais informações: https://wiki.termux.com/wiki/Package_Management.
- Atualiza todos os pacotes instalados:
pkg upgrade
- Instala um pacote:
pkg install {{pacote}}
- Desinstala um pacote:
pkg uninstall {{pacote}}
- Reinstala um pacote:
pkg reinstall {{pacote}}
- Procura um pacote:
pkg search {{pacote}}