Files
tldr/pages.tr/android/pkg.md
2022-10-31 06:52:35 -03:00

25 lines
401 B
Markdown
Raw 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.

# pkg
> Termux için paket yönetim aracı.
> Daha fazla bilgi için: <https://wiki.termux.com/wiki/Package_Management>.
- İndirilmiş tüm paketleri yükselt:
`pkg upgrade`
- Belirtilen paketi indir:
`pkg install {{paket}}`
- Belirtilen paketi kaldır:
`pkg uninstall {{paket}}`
- Belirtilen paketi yeniden indir:
`pkg reinstall {{paket}}`
- Belirtilen paketi ara:
`pkg search {{paket}}`