pkg: add Italian translation (#8755)

pull/1/head
Nicolò Bargellesi 2022-10-07 20:24:42 +02:00 committed by GitHub
parent 9355fb7be3
commit b067166e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.it/android/pkg.md Normal file
View File

@ -0,0 +1,24 @@
# pkg
> Strumento di gestione pacchetti per Termux.
> Maggiori informazioni: <https://wiki.termux.com/wiki/Package_Management>.
- Aggiorna tutti i pacchetti installati:
`pkg upgrade`
- Installa un pacchetto:
`pkg install {{pacchetto}}`
- Disinstalla un pacchetto:
`pkg uninstall {{pacchetto}}`
- Reinstalla un pacchetto:
`pkg reinstall {{pacchetto}}`
- Cerca un pacchetto:
`pkg search {{pacchetto}}`