System Grab Bag

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

apk

Alpine Linux package management tool. More information: https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management.
  • Update repository indexes from all remote repositories:
    apk update
  • Install a new package:
    apk add {{package}}
  • Remove a package:
    apk del {{package}}
  • Repair a package or upgrade it without modifying main dependencies:
    apk fix {{package}}
  • Search for a package via keywords:
    apk search {{keywords}}
  • Display information about a specific package:
    apk info {{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.