System Grab Bag

View all TLDR pages from Android (or from all pages)

pkg

Package management utility for Termux. More information: https://wiki.termux.com/wiki/Package_Management.
  • Upgrade all installed packages:
    pkg upgrade
  • Install a package:
    pkg install {{package}}
  • Uninstall a package:
    pkg uninstall {{package}}
  • Reinstall a package:
    pkg reinstall {{package}}
  • Search for a package:
    pkg search {{package}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.