apk fails to select cmd:binary
ncopa-edge-x86_64:~/aports/community/megapixels$ doas apk add cmd:dcraw_emu
ERROR: unable to select packages:
cmd:dcraw_emu (virtual):
provided by: libraw-tools
required by: world[cmd:dcraw_emu]
ncopa-edge-x86_64:~/aports/community/megapixels$ apk info --provides libraw-tool
s
libraw-tools-0.19.5-r1 provides:
cmd:4channels
cmd:dcraw_emu
cmd:dcraw_half
cmd:half_mt
cmd:mem_image
cmd:multirender_test
cmd:postprocessing_benchmark
cmd:raw-identify
cmd:simple_dcraw
cmd:unprocessed_raw
libraw-tools-0.20.2-r0 provides:
cmd:4channels
cmd:dcraw_emu
cmd:dcraw_half
cmd:half_mt
cmd:mem_image
cmd:multirender_test
cmd:postprocessing_benchmark
cmd:raw-identify
cmd:rawtextdump
cmd:simple_dcraw
cmd:unprocessed_raw
ncopa-edge-x86_64:~/aports/community/megapixels$ doas apk add libraw-tools
(1/2) Installing libraw (0.20.2-r0)
(2/2) Installing libraw-tools (0.20.2-r0)
Executing busybox-1.32.0-r3.trigger
OK: 450 MiB in 145 packages
I wonder why it failed to install the provided cmd:dcraw_emu
? was it because the provides was unversioned and there were two different versions of it available?