mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
pkg: add Hindi translation (#11097)
* pkg: add Hindi translation --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
508976e161
commit
805d742f7e
1 changed files with 24 additions and 0 deletions
24
pages.hi/android/pkg.md
Normal file
24
pages.hi/android/pkg.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# pkg
|
||||
|
||||
> टर्मक्स के लिए पैकेज प्रबंधन उपयोगिता।
|
||||
> अधिक जानकारी: <https://wiki.termux.com/wiki/Package_Management>.
|
||||
|
||||
- सभी स्थापित पैकेजों को अपग्रेड करें:
|
||||
|
||||
`pkg upgrade`
|
||||
|
||||
- एक पैकेज स्थापित करें:
|
||||
|
||||
`pkg install {{पैकेज}}`
|
||||
|
||||
- एक पैकेज अनइंस्टॉल करें:
|
||||
|
||||
`pkg uninstall {{पैकेज}}`
|
||||
|
||||
- एक पैकेज पुनः स्थापित करें:
|
||||
|
||||
`pkg reinstall {{पैकेज}}`
|
||||
|
||||
- एक पैकेज खोजें:
|
||||
|
||||
`pkg search {{पैकेज}}`
|
Loading…
Add table
Reference in a new issue