I tried to install v2ray on KVM Fedora 33, but I cannot reproduce this error.
Could you try to install in verbose mode and monitor what happens?
sudo dnf clean all
sudo dnf install v2ray -v --refresh
And you can download the v2ray rpm:
dnf download v2ray
Then query the rpm packaged files
$ rpm -ql v2ray-4.30.0-1.fc33.x86_64.rpm
# They should be:
/etc/v2ray
/etc/v2ray/config.json
/usr/bin/v2ctl
/usr/bin/v2ray
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/d2953c66869c256ee01edade60966a7900e546
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/1cae2c55058f3bcd06bedacc1e59f8a54917a5
/usr/lib/systemd/system/v2ray.service
/usr/lib/systemd/system/v2ray@.service
/usr/share/doc/v2ray
/usr/share/doc/v2ray/README.md
/usr/share/licenses/v2ray
/usr/share/licenses/v2ray/LICENSE
/usr/share/v2ray
If you really can’t install v2ray from my COPR, I regret that, but you can still install v2ray from other repositories and use other packages in my repositories.
The package v2ray-domain-list-community and v2ray-geoip is independ.
And the v2ray-cap (a package for enable v2ray to set IP_TRANSPARENT without root and systemd) is requires any package have install a file into path /usr/bin/v2ray.