apk
Alpine Linux package management tool.
- Update repository indexes from all remote repositories:
apk update
- Install a new package:
apk add {package}
- Remove a package:
apk del {package}
- Repair package or upgrade it without modifying main dependencies:
apk fix {package}
- Search package via keyword:
apk search {keyword}
- Get info about a specific package:
apk info {package}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).