Debian/Ubuntu APT error: NO_PUBKEY A2F683C52980AECF

Discussions related to using VirtualBox on Linux hosts.
Post Reply
vBen
Posts: 10
Joined: 21. Nov 2014, 16:54

Debian/Ubuntu APT error: NO_PUBKEY A2F683C52980AECF

Post by vBen »

As of today I (and a few others) receive the following APT error on trying to check for new updates on http://download.virtualbox.org/virtualbox/debian

Code: Select all

Err:1 http://download.virtualbox.org/virtualbox/debian xenial InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A2F683C52980AECF
Obviously the signing key has changed. I see there's a new oracle_vbox_2016.asc file here: http://download.virtualbox.org/virtualbox/debian (the last modified date is 28-Apr-2016). Is it legit?

If yes, the error can be easily fixed:

Code: Select all

sudo su -c 'wget -q -O- http://download.virtualbox.org/virtualbox/debian/oracle_vbox_2016.asc | apt-key add -'
Can anybody confirm that the new key is legit? I was not able to proof any signatures nor find it on the commong key servers?
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: Debian/Ubuntu APT error: NO_PUBKEY A2F683C52980AECF

Post by Perryg »

Post Reply