2025-03-14 21:59:59 -06:00
|
|
|
# pkg
|
|
|
|
|
|
|
|
|
|
> Strumento di gestione pacchetti per Termux.
|
|
|
|
|
> Maggiori informazioni: <https://wiki.termux.com/wiki/Package_Management>.
|
|
|
|
|
|
|
|
|
|
- Aggiorna tutti i pacchetti installati:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`pkg {{[up|upgrade]}}`
|
|
|
|
|
|
|
|
|
|
- Elenca i pacchetti attualmente installati:
|
|
|
|
|
|
|
|
|
|
`pkg {{[list-i|list-installed]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Installa un pacchetto:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`pkg {{[i|install]}} {{pacchetto}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Disinstalla un pacchetto:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`pkg {{[un|uninstall]}} {{pacchetto}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Reinstalla un pacchetto:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`pkg {{[rei|reinstall]}} {{pacchetto}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Cerca un pacchetto:
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
`pkg {{[se|search]}} {{pacchetto}}`
|
|
|
|
|
|
|
|
|
|
- Mostra informazioni su uno specifico pacchetto:
|
|
|
|
|
|
|
|
|
|
`pkg {{[sh|show]}} {{pacchetto}}`
|
|
|
|
|
|
|
|
|
|
- Mostra l'aiuto:
|
|
|
|
|
|
|
|
|
|
`pkg {{[h|help]}}`
|