RPM package signature verification in Ubuntu

20 Views Asked by At

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:

RPM logs

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

0

There are 0 best solutions below