[SOLVED] Running slackpkg update. gpg package not found!
by amikoyan from LinuxQuestions.org on (#6K60P)
I tried to install yesterday's -current updates and got part way through before many packages failed due to gpg errors. I re-ran slackpkg and got this message:
Code:Running slackpkg update.
gpg package not found! Please disable GPG in /etc/slackpkg/slackpkg.conf or install
the gnupg package.I installed gnupg:
Quote:
But this does not seem to have fixed the problem.
I see from the changelog:
Quote:
I assume gpg should be in /usr/bin but it isn't there so I can't make a gpg -> gpg2 symlink manually:
Code:root@amber:/usr/bin# ls /usr/bin/gpg
/bin/ls: cannot access '/usr/bin/gpg': No such file or directoryI do have /usr/bin/gpg1 and /usr/bin/gpg2
How should I proceed?
Code:Running slackpkg update.
gpg package not found! Please disable GPG in /etc/slackpkg/slackpkg.conf or install
the gnupg package.I installed gnupg:
Quote:
Package gnupg-1.4.23-x86_64-6.txz installed. |
I see from the changelog:
Quote:
Wed Mar 6 21:30:27 UTC 2024 ... n/gnupg-1.4.23-x86_64-6.txz: Rebuilt. Renamed binaries and manpages to end in 1, and renamed internally to gnupg1. Thanks to Lockywolf. n/gnupg2-2.4.4-x86_64-2.txz: Rebuilt. Make a gpg -> gpg2 symlink if it doesn't exist. Thanks to Lockywolf. |
Code:root@amber:/usr/bin# ls /usr/bin/gpg
/bin/ls: cannot access '/usr/bin/gpg': No such file or directoryI do have /usr/bin/gpg1 and /usr/bin/gpg2
How should I proceed?