如何在 Alpine Linux 上列出包的已安装文件
要列出 Alpine 包(如 dropbear)的已安装文件,使用
apk info -qL NAME_OF_PACKAGE
apk_list_files.txt
apk info -qL NAME_OF_PACKAGE例如:
apk_info_dropbear_example.txt
# apk info -qL dropbear
usr/bin/dropbearkey
usr/sbin/dropbear*注意:*这可能列出包的最新版本的已安装文件,而不是已安装的包。
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