apk: add Hindi translation (#11266)

pull/23/head
Vedant Yadav 2023-10-26 12:43:52 +05:30 committed by GitHub
parent f5c32f4ddf
commit 4dddf40520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
pages.hi/linux/apk.md Normal file
View File

@ -0,0 +1,28 @@
# apk
> अल्पाइन लिनक्स पैकेज प्रबंधन उपकरण।
> अधिक जानकारी: <https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management>.
- सभी दूरस्थ रिपॉजिटरी से रिपॉजिटरी इंडेक्स अपडेट करें:
`apk update`
- एक नया पैकेज स्थापित करें:
`apk add {{पैकेज}}`
- एक पैकेज निकालें:
`apk del {{पैकेज}}`
- किसी पैकेज की मरम्मत करें या मुख्य निर्भरता को संशोधित किए बिना उसे अपग्रेड करें:
`apk fix {{पैकेज}}`
- कीवर्ड के माध्यम से पैकेज खोजें:
`apk search {{कीवर्ड}}`
- किसी विशिष्ट पैकेज के बारे में जानकारी प्रदर्शित करें:
`apk info {{पैकेज}}`