Alpine linux: Difference between revisions
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=packages= | =packages= | ||
apk | apk | ||
=apk update= | |||
Solve common problems | |||
=list installed packages= | =list installed packages= | ||
apk info -vv | apk info -vv | ||
=which files does package contain= | =which files does package contain= | ||
apk -L info $ | apk -L info $package | ||
=which packages does package depend on= | |||
apk -R info $package | |||
=upgrade= | |||
Upgrade single package | |||
apk add --upgrade ca-certificates |
Latest revision as of 13:46, 31 March 2021
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