mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 13:05:59 +02:00
pkg: add French translation (#7658)
This commit is contained in:
parent
5cc2a5ca08
commit
18015531b9
1 changed files with 24 additions and 0 deletions
24
pages.fr/android/pkg.md
Normal file
24
pages.fr/android/pkg.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# pkg
|
||||
|
||||
> Utilitaire de gestion de paquets pour Termux.
|
||||
> Plus d'informations : <https://wiki.termux.com/wiki/Package_Management>.
|
||||
|
||||
- Mets à jour tous les paquets déjà installés :
|
||||
|
||||
`pkg upgrade`
|
||||
|
||||
- Installe un paquet :
|
||||
|
||||
`pkg install {{paquet}}`
|
||||
|
||||
- Désinstalle un paquet :
|
||||
|
||||
`pkg uninstall {{paquet}}`
|
||||
|
||||
- Réinstalle un paquet :
|
||||
|
||||
`pkg reinstall {{paquet}}`
|
||||
|
||||
- Cherche un paquet :
|
||||
|
||||
`pkg search {{paquet}}`
|
Loading…
Add table
Reference in a new issue