New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/41209#issuecomment-1360655119 Comment: Ah, I see, the transaction will be, `p7zip` will be updated, it will pull `7zip` in, `7zip` will create symbolic link `7z -> 7zip` in `/usr/bin` due to alternative, afte that, `xbps` will upgrade `p7zip`, in this step `xbps` removes `/usr/bin/7z`. You can work around this problem with: ```sh xbps-alternatives -s 7zip ```