Alpine linux: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
=which version of alpine linux= | |||
cat /etc/os-release | |||
=packages= | =packages= | ||
apk | apk | ||
=apk update= | =apk update= | ||
Solve common problems | Solve common problems |
Latest revision as of 13:17, 5 February 2025
which version of alpine linux
cat /etc/os-release
packages
apk
apk update
Solve common problems
list installed packages
apk info -vv
which files does package contain
apk -L info $package
which packages does package depend on
apk -R info $package
upgrade
Upgrade single package
apk add --upgrade ca-certificates