LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   slackpkg keeps asking to update pgp (https://www.linuxquestions.org/questions/slackware-14/slackpkg-keeps-asking-to-update-pgp-690614/)

JBmtk 12-14-2008 09:59 PM

slackpkg keeps asking to update pgp
 
Even when I turn PGP=off ...and I try to install..say firefox or anything:
Code:

No packages match the pattern for install. Try:

        /usr/sbin/slackpkg reinstall|upgrade

This is after uncommenting a server and updating/upgrading slackpkg

mRgOBLIN 12-14-2008 10:11 PM

slackpkg update gpg

JBmtk 12-14-2008 11:30 PM

Quote:

Originally Posted by mRgOBLIN (Post 3375713)
slackpkg update gpg

Code:

You need the GPG key of Slackware Linux Project <security@slackware.com>.
To download and install that key, run:

        # slackpkg update gpg

You can disable GPG checking too, but it is not a good idea.
To disable GPG, edit slackpkg.conf and change the value of the CHECKGPG variable
to off - you can see an example in the original slackpkg.conf.new file distributed
with slackpkg.

I keep getting that

mRgOBLIN 12-14-2008 11:59 PM

Probably a typo but it's GPG not PGP (different product)

Ok so if you can confirm that you have

CHECKGPG=off

In your slackpkg.conf then it shouldn't even get to this error.

Code:

gpg --list-keys 40102233
Should list the slackware key.

If it's not there you can install it manually with.
Code:

gpg --recv-keys  40102233

JBmtk 12-15-2008 12:59 AM

Quote:

Originally Posted by mRgOBLIN (Post 3375772)
Probably a typo but it's GPG not PGP (different product)

Ok so if you can confirm that you have

CHECKGPG=off

In your slackpkg.conf then it shouldn't even get to this error.

Code:

gpg --list-keys 40102233
Should list the slackware key.

If it's not there you can install it manually with.
Code:

gpg --recv-keys  40102233

Code:

gpg: requesting key 40102233 from hkp server keys.gnupg.net
gpg: key 40102233: public key "Slackware Linux Project <security@slackware.com>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:              imported: 1



All times are GMT -5. The time now is 06:24 PM.