|
On RPM , you should use
rpm -V
or
rpm --checksig
On source tarball (.tar.gz or .tar.bz2) you should use gpg tool . Assume you've got <source file>.sig (the signature of <source file> ) and <source file> , all you have to do is :
gpq --verify <source file>.sig <source file>
Hope it helps you .
Last edited by nguyennh; 02-21-2006 at 02:14 AM.
|