tldr/pages.fa/android/pkg.md

25 lines
452 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.

# pkg
> ابزار مدیر بسته ها برای ترماکس.
> اطلاعات بیشتر: <https://wiki.termux.com/wiki/Package_Management>.
- ارتقا تمامی بسته های نصب شده :
`pkg upgrade`
- نصب یک بسته :
`pkg install {{package}}`
- حذف یک بسته :
`pkg uninstall {{package}}`
- نصب دوباره یک بسته :
`pkg reinstall {{package}}`
- جستجوی یک بسته :
`pkg search {{package}}`