tldr/pages.fa/linux/apk.md

29 lines
672 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# apk
> ابزار مدیریت بسته آلپاین لینوکس.
> اطلاعات بیشتر: <https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management>.
- آپدیت فهرست مخزن ها از تمام مخازن ریموت:
`apk update`
- نصب یک بسته جدید:
`apk add {{package}}`
- حذف یک بسته:
`apk del {{package}}`
- تعمیر یک بسته یا ارتقا آن بدون تغییر دادن وابستگی های اصلی:
`apk fix {{package}}`
- جستجوی یک بسته با کلمات کلیدی:
`apk search {{keywords}}`
- نمایش اطلاعات درمورد بسته مورد نظر:
`apk info {{package}}`