DEV Community

Cheav Sovannarith
Cheav Sovannarith

Posted on • Originally published at Medium on

Fixing GPG Keys missing public key in Ubuntu, Mint

The following signatures couldn’t be verified because the public key is not available

Err :

W: GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 4773BD5E130D1D45

SOLUTION

sudo apt-key adv — keyserver ha.pool.sks-keyservers.net — recv-keys

Ex :

sudo apt-key adv — keyserver ha.pool.sks-keyservers.net — recv-keys 4773BD5E130D1D45


Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay