@ikke @alpinelinux that's useful, but still doesn't tell me that a metapackage called "yq" exists or what it installs.
Top-level
@ikke @alpinelinux that's useful, but still doesn't tell me that a metapackage called "yq" exists or what it installs. 3 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. |
@spad @ikke @alpinelinux `apk search yq` or `apk add -s yq`.
Youβre right that pkgs.a.o is not very helpful for this.
BTW, the goal is to make ppl stop using the old package name.