@spad @alpinelinux apk search cmd:yq is the best way to find what packages provide specific tools.
Top-level
@spad @alpinelinux apk search cmd:yq is the best way to find what packages provide specific tools. 4 comments
@jakub @ikke I know the intent in this case but it applies to anything with a metapackage. The case I was envisioning was I find a dockerfile using 3.20 and installing the package yq. I don't know what that package does so I search on pkgs and get zero results. I do apk search yq and get some results but none of them are "yq", they're "yq-go", "yq-python" etc. So apart from actually installing it myself to see what it is, there's no simple way to find out. |
@ikke @alpinelinux that's useful, but still doesn't tell me that a metapackage called "yq" exists or what it installs.