1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-24 00:02:09 +02:00
tldr/pages.pt_PT/android/pkg.md
2022-10-11 09:21:42 -03:00

376 B

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}}