microsoft / linux-package-repositories

Microsoft Packaged Linux Software (DEBs, RPMs, etc) are hosted on packages.microsoft.com (PMC) made available as native Linux repositories for use with package managers like APT, YUM, etc.
https://packages.microsoft.com
MIT License
64 stars 17 forks source link

The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF #76

Closed lesscodingmorehappiness closed 1 year ago

lesscodingmorehappiness commented 1 year ago

Describe the issue apt update error when trying to install mssql from debian 12 (no error when using debian 11)

Failed for:

#11 3.677 W: GPG error: https://packages.microsoft.com/debian/12/prod bookworm InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EB3E94ADBE1229CF

#11 3.677 E: The repository 'https://packages.microsoft.com/debian/12/prod bookworm InRelease' is not signed.

#11 ERROR: process "/bin/sh -c apt update     && ACCEPT_EULA=Y apt install -y curl git gcc libgirepository1.0-dev libcairo2-dev qemu-utils libvirt-dev python3-pip python3-venv     gnupg openssh-client     msodbcsql17" did not complete successfully: exit code: 100

When did the issue occur? 8/15/2023 If applicable, what package did you attempt to install, and from which repo?

Steps to Reproduce run command

curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
curl https://packages.microsoft.com/config/debian/12/prod.list > /etc/apt/sources.list.d/mssql-release.list
apt update

Actual Result

Expected Result

Screenshots image

Additional context

mbearup commented 1 year ago

@lesscodingmorehappiness , See issue #75 for the fix.