update error NO PUBKEY 54422A4B98AB5139

Discussions about using Linux guests in VirtualBox.
Post Reply
Graads
Posts: 4
Joined: 30. Mar 2010, 17:50
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: MS-Dos 6.22

update error NO PUBKEY 54422A4B98AB5139

Post by Graads »

Seit einige Wochen bekomme ich beim updatekontrolle von Ubuntu 9.10. Folgen von Ratschläge die die Anweisungen von Ubuntu geben bringt mir bisher nichts. Kann einer mir sagen wie ich vorgehen soll um diesen Fehler zu beheben?

Graads
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: update error NO PUBKEY 54422A4B98AB5139

Post by Sasquatch »

As is stated in the Forum Posting Guide, this is an international forum, so we expect our users to write in English so we can all understand it. If you can't write English, then either use Google Translate (or any other translation tool) or stick to the German part of this forum.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
fixedwheel
Volunteer
Posts: 1699
Joined: 13. Sep 2008, 02:18

Re: update error NO PUBKEY 54422A4B98AB5139

Post by fixedwheel »

Graads wrote:Seit einige Wochen bekomme ich beim updatekontrolle von Ubuntu 9.10. Folgen von Ratschläge die die Anweisungen von Ubuntu geben bringt mir bisher nichts. Kann einer mir sagen wie ich vorgehen soll um diesen Fehler zu beheben?
sorry your translator accidentally selected "german" instead "english" as target language, please retry again

and consider using another translator, at least the german output makes no sense :mrgreen:
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: update error NO PUBKEY 54422A4B98AB5139

Post by Sasquatch »

And now that I actually read it, the answer is very easy: go to www.virtualbox.org/wiki/Linux_Downloads and grab the new key. All packages (and thus the repo) has been signed with a new key.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Graads
Posts: 4
Joined: 30. Mar 2010, 17:50
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: MS-Dos 6.22

Re: update error NO PUBKEY 54422A4B98AB5139

Post by Graads »

Sorry for choosing the wrong language in my question (German is also not my native language, I'm dutch). I've visited www.virtualbox.org/wiki/Linux_Downloads and tried to do the things mentioned there and a little bit more.

My first step was downloading oracle-vbox.asc and execute the command sudo apt-key add oracle_vbox.asc. After starting the updateprogram the problem was still there. (Perhaps Itried the wrong key)
My second step was downloading and installing virtualbox-3.2_3.2.4-62467~Ubuntu~karmic_i386.deb but I became an error-message (Error: Conflicting with the installed packet 'virtualbox-3.1 (my translation from the Dutch message!!); installation did no succeed.
My third step was downloading and execute the command sudo apt-key add sun_vbox.asc. After starting the updateprogram the problem was still there.

Perhaps I did things in a wrong order, but computer logic is very, very difficult to me. It should be very fine if you could give me a step by step assignment what to do in which order ...

Graads.
fixedwheel
Volunteer
Posts: 1699
Joined: 13. Sep 2008, 02:18

Re: update error NO PUBKEY 54422A4B98AB5139

Post by fixedwheel »

Graads wrote:My second step was downloading and installing virtualbox-3.2_3.2.4-62467~Ubuntu~karmic_i386.deb but I became an error-message (Error: Conflicting with the installed packet 'virtualbox-3.1 (my translation from the Dutch message!!); installation did no succeed.
virtualbox-3.2 requires to deinstall virtualbox-3.1first: this removes the program but won't remove your existing virtual machines

you may deinstall by using synaptic package mgr. from the gnome desktop (system -> administration -> synaptic translated from german debian system: sorry if wrong spelled or found in another place) ...
or do it from terminal:

Code: Select all

sudo apt-get remove virtualbox-3.1*
if apt key still in error: you can cut-n-paste the command given at the linux downloads page

Code: Select all

wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: update error NO PUBKEY 54422A4B98AB5139

Post by Sasquatch »

Not to mention that the key that you already have might conflict with the new one. Run 'sudo apt-key list' and check for the index entry of the key. Then remove that key with 'sudo apt-key del <key>'. E.g. this is the new key with the 'apt-key list' output:

Code: Select all

pub   1024D/98AB5139 2010-05-18
uid                  Oracle Corporation (VirtualBox archive signing key) <info@virtualbox.org>
sub   2048g/281DDC4B 2010-05-18
The index entry is 98AB5139. To remove the key, one would run this:

Code: Select all

sudo apt-key del 98ab5139
It's not case senstive. Then apt-get update again to see if it helped.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply