Wednesday, September 07, 2005

» How to import all the RPM signing keys

Today, on the openSUSE mailing-list, Otmar Stahl came up with a pretty cool one-liner to import all the GPG signatures of the 3rd party SUSE packagers with APT:
apt-get -o gpg::check=false install rpmkey*
That's a very interesting one, as it is a common problem not to have imported the required rpmkey- package before installing RPMs from one's APT repository. Note that it does not affect YaST2 nor y2pmsh as it's currently not verifying RPM signatures.

0 Comments:

Post a Comment

<< Home