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 put into updated - updating `p7zip` will pull `7zip` in - `7zip` will be installed before upgrading `p7zip`, because of either alphabetically sorting or `7zip` is a dependency of `p7zip` - `7zip` will create symbolic link `7z -> 7zip` in `/usr/bin` due to alternative - after installation of `7zip`, `xbps` will upgrade `p7zip`, which removes `/usr/bin/7z` because it's a file of `p7zip` You can work around this problem with: ```sh xbps-alternatives -s 7zip ```