pkg: add French translation (#7658)

feature/windows-fix-syntax-2
Nicolas Hansse 2022-01-15 21:12:09 +01:00 committed by GitHub
parent 5cc2a5ca08
commit 18015531b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.fr/android/pkg.md Normal file
View 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}}`