1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 21:15:26 +02:00

pkgin: add Hindi translation (#14740)

This commit is contained in:
Karthik Vallamsetla 2024-11-09 12:30:50 -08:00 committed by GitHub
parent 206f27852f
commit 0f7dfc9b58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
pages.hi/netbsd/pkgin.md Normal file
View file

@ -0,0 +1,28 @@
# pkgin
> NetBSD पर `pkgsrc` बाइनरी पैकेज प्रबंधित करें।
> अधिक जानकारी: <https://pkgin.net/#usage>
- एक पैकेज स्थापित करें:
`pkgin install {{पैकेज}}`
- एक पैकेज और उसकी निर्भरताएँ हटाएँ:
`pkgin remove {{पैकेज}}`
- सभी पैकेज को उन्नत करें:
`pkgin full-upgrade`
- एक पैकेज के लिए खोजें:
`pkgin search {{कीवर्ड}}`
- स्थापित पैकेजों की सूची बनाएं:
`pkgin list`
- अनावश्यक निर्भरताएँ हटाएँ:
`pkgin autoremove`