I am verifying the RPM package signature of a package on an Ubuntu machine with command rpm -Kv <package name>, and this command is not reporting any errors. Whereas the same command on a Fedora machine is detecting issues with the RSA header, which is expected because the package is malformed.
This is the result on the Fedora machine:

Is there any way to verify the malformed RPM package in Ubuntu?