mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 23:15:24 +02:00
pkg: add Italian translation (#8755)
This commit is contained in:
parent
9355fb7be3
commit
b067166e22
1 changed files with 24 additions and 0 deletions
24
pages.it/android/pkg.md
Normal file
24
pages.it/android/pkg.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue