Posts: 119
wildstar84
Joined: 31 May 2014
#1
I'm getting this when trying to update packages - when trying ANY of the 3"multimedia" repositories (wheezy, testing, or sid):
W: GPG error:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.deb-multimedia.org"
linktext was:"http://www.deb-multimedia.org"
====================================
wheezy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5C808C2B65558117

How do I fix/update this?

Thanks!
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
wildstar84 wrote:I'm getting this when trying to update packages - when trying ANY of the 3"multimedia" repositories (wheezy, testing, or sid):
W: GPG error:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.deb-multimedia.org"
linktext was:"http://www.deb-multimedia.org"
====================================
wheezy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5C808C2B65558117

How do I fix/update this?

Thanks!
Open root terminal

Code: Select all

apt-get install deb-multimedia-keyring
Hit enter, then next

Code: Select all

apt-get update
error should go away
The Debian multimedia repository website notes that the new key was added on 14th January 2015.
Posts: 119
wildstar84
Joined: 31 May 2014
#3
Thanks, rokytnji!