pkg: add Hindi translation (#11097)

* pkg: add Hindi translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Vedant Yadav 2023-10-20 10:53:13 +05:30 committed by GitHub
parent 508976e161
commit 805d742f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

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

@ -0,0 +1,24 @@
# pkg
> टर्मक्स के लिए पैकेज प्रबंधन उपयोगिता।
> अधिक जानकारी: <https://wiki.termux.com/wiki/Package_Management>.
- सभी स्थापित पैकेजों को अपग्रेड करें:
`pkg upgrade`
- एक पैकेज स्थापित करें:
`pkg install {{पैकेज}}`
- एक पैकेज अनइंस्टॉल करें:
`pkg uninstall {{पैकेज}}`
- एक पैकेज पुनः स्थापित करें:
`pkg reinstall {{पैकेज}}`
- एक पैकेज खोजें:
`pkg search {{पैकेज}}`