1
0
mirror of https://github.com/cheat/cheat.git synced 2025-03-15 22:25:20 +01:00

15 lines
175 B
Plaintext
Raw Normal View History

# 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