How to list installed files for package on Alpine Linux
In order to list the installed files for an Alpine package such as dropbear
, use
apk_list_files.txt
apk info -qL NAME_OF_PACKAGE
For example:
example.sh
# apk info -qL dropbear
usr/bin/dropbearkey
usr/sbin/dropbear
Note: This might list the installed files for the most recent version of the package, not the installed package.
Check out similar posts by category:
Alpine Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow