tldr/pages.fa/android/pkg.md

25 lines
456 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 {{بسته}}`
- حذف یک بسته :
`pkg uninstall {{بسته}}`
- نصب دوباره یک بسته :
`pkg reinstall {{بسته}}`
- جستجوی یک بسته :
`pkg search {{بسته}}`