nfs-utils and rpcgen packages conflict together
On Alpine Edge (in a podman container running docker.io/library/alpine:edge
) installing both rpcgen and nfs-utils results in the following error:
/ # apk add nfs-utils rpcgen
ERROR: unable to select packages:
nfs-utils-2.6.1-r0:
conflicts: rpcgen-2.6.1-r0[cmd:rpcgen=2.6.1-r0]
satisfies: world[nfs-utils]
rpcgen-2.6.1-r0:
conflicts: nfs-utils-2.6.1-r0[cmd:rpcgen=2.6.1-r0]
satisfies: world[rpcgen]
I did not find any info about this being expected, nor have I found any related commits.