cheat/cheat/cheatsheets/apk

15 lines
175 B
Plaintext

# Install a package
apk add $package
# Remove a package
apk del $package
# Update repos
apk update
# Upgrade all packages
apk upgrade
# Find a package
apk search $package