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!
3 posts
• Page 1 of 1
-
Posts: 119
- Joined: 31 May 2014
-
Posts: 4,164
- Joined: 20 Feb 2009
#2
Hit enter, then next
error should go away
The Debian multimedia repository website notes that the new key was added on 14th January 2015.
Open root terminalwildstar84 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!
Code: Select all
apt-get install deb-multimedia-keyring
Code: Select all
apt-get update
The Debian multimedia repository website notes that the new key was added on 14th January 2015.
-
Posts: 119
- Joined: 31 May 2014
#3
Thanks, rokytnji!