New comment by sgn on void-packages repository https://github.com/void-linux/void-packages/issues/40463#issuecomment-1313000397 Comment: ```sh xbps-query -l | awk '{print $2}' | xargs -I'{}' sh -c "xbps-query -p repository,pkgver {} | paste -s | awk '\$1 == \"/hostdir/binpkgs\" { print \$2 }'" ``` Try to remove those packages and re-install Void Linux version.