Ubuntu: Updating Spotify package yields errors
From FVue
Contents
Problem
System update gives message:
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 082CCEDF94558F59
Environment
- Ubuntu 12.04
Solution
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 082CCEDF94558F59
Credits: http://askubuntu.com/questions/160637/why-is-my-package-information-seemingly-not-updating--
Advertisement