December 2018
Beginner
320 pages
8h 57m
English
The RPM packages are generally signed by the organization, community, or individual that packages them using the GPG private key. Before installing a package on our system, we should always verify the signature of the package with its public GPG key to ascertain its integrity. The following command is used to check the signature of RPM packages:
$ rpm --checksig <packagename.rpm>Read now
Unlock full access