mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 15:22:08 +02:00

* pages.{ar,fa}: remove translated placeholders Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * common-arguments: reword note * rmdir: fix Arabic translation Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
452 B
452 B
pkg
ابزار مدیر بسته ها برای ترماکس. اطلاعات بیشتر: https://wiki.termux.com/wiki/Package_Management.
- ارتقا تمامی بسته های نصب شده :
pkg upgrade
- نصب یک بسته :
pkg install {{package}}
- حذف یک بسته :
pkg uninstall {{package}}
- نصب دوباره یک بسته :
pkg reinstall {{package}}
- جستجوی یک بسته :
pkg search {{package}}