Files
tldr/pages.fa/linux/apk.md
2024-09-24 21:47:18 +02:00

29 lines
629 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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