1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 13:53:52 +02:00

pkg_add: add Hindi translation (#14545)

pkg_add: update Hindi translation
This commit is contained in:
Karthik Vallamsetla 2024-11-01 20:28:15 -07:00 committed by GitHub
parent 217e01cab2
commit 775086a201
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,17 @@
# pkg_add
> OpenBSD में पैकेज स्थापित/अपडेट करें।
> देखें: `pkg_info`, `pkg_delete`
> अधिक जानकारी: <https://man.openbsd.org/pkg_add>
- सभी पैकेज अपडेट करें, जिसमें निर्भरताएँ शामिल हैं:
`pkg_add -u`
- एक नया पैकेज स्थापित करें:
`pkg_add {{पैकेज}}`
- `pkg_info` के कच्चे आउटपुट से पैकेज स्थापित करें:
`pkg_add -l {{पथ/से/फाइल}}`