EXPKEYSIG
debian
ubuntu
Fix EXPKEYSIG B188E2B695BD4743
DEB.SURY.ORG Automatic Signing Key <deb@sury.org> — by Ondřej Surý
Error message
EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <deb@sury.org>
Fix commands for openSUSE
Method 1 Import key from URL
Imports the key via rpm and refreshes zypper repositories.
$
sudo rpm --import https://packages.sury.org/php/apt.gpg
$
sudo zypper refresh
Method 2 Import via GnuPG
Fetches the key from a public keyserver and imports it into the RPM trust store.
$
gpg --keyserver hkps://keys.openpgp.org --recv-keys B188E2B695BD4743
$
gpg --export --armor B188E2B695BD4743 | sudo rpm --import -
$
sudo zypper refresh
After importing the key
Run sudo apt-get update (or your distro's equivalent)
again. If successful you should see Hit: lines with no
EXPKEYSIG warnings. Still broken?
Check that your /etc/apt/sources.list.d/ entry references the correct
[signed-by=…] keyring path.