How to find package URL in apk on Alpine

Hi everybody

I would like to know how I can check from what source a package originates
I am using Alpin on the windows powershell with bash. apk is installed as packagemanager

I know I can use

$ apk search .ssh

to find the package, but how can I check the URL?

You would have to extact the packages to look at the notes,ReadME, and etc. No package manager does that natively.

1 Like