No valid OpenPGP key for wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg

Asked by Will Hebert

Hello,

For some reason the standard command

wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add -

results in an GPG error: http://medibuntu.sos-sts.com dapper Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783

Sorry but I am a relative newbie to ubuntu and haven't been able to google my way out of it. Any suggestions on how to get the working OpenPGP key?

Thanks in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Medibuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Lionel Le Folgoc
Solved:
Last query:
Last reply:
Revision history for this message
Best Lionel Le Folgoc (mrpouit) said :
#1

Hi,

This is strange, I don't have any error each time I try. :/

You can try without the "-q" option, to check if something goes wrong during the download of the key.

But you have other ways to get the key :

* [Using UI] Go with a browser to http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg, Right Click, "save page as", and then, in the System > Administration menu, open "Softwares sources", "Authentication" tab, click on the "import key file" button, select the downloaded key, and that's done.

* [Using a terminal] Download the key from ubuntu keyserver:
gpg --keyserver keyserver.ubuntu.com --recv-keys 0x0C5A2783 ; gpg --export -a 0x0C5A2783 | sudo apt-key add -

(don't forget to rerun "sudo apt-get update after that.)

Cheers.

Revision history for this message
Will Hebert (tanlargo) said :
#2

Thanks Lionel. Your suggestions worked. Thanks very much!

On 12/23/06, Lionel Le Folgoc <email address hidden> wrote:
>
> Your support request #2906 on Medibuntu changed:
> https://answers.launchpad.net/products/medibuntu/+ticket/2906
>
> Status: Open => Answered
>
> Lionel Le Folgoc proposed the following answer:
> Hi,
>
> This is strange, I don't have any error each time I try. :/
>
> You can try without the "-q" option, to check if something goes wrong
> during the download of the key.
>
> But you have other ways to get the key :
>
> * [Using UI] Go with a browser to http://medibuntu.sos-sts.com/repo
> /medibuntu-key.gpg, Right Click, "save page as", and then, in the System
> > Administration menu, open "Softwares sources", "Authentication" tab,
> click on the "import key file" button, select the downloaded key, and
> that's done.
>
> * [Using a terminal] Download the key from ubuntu keyserver:
> gpg --keyserver keyserver.ubuntu.com --recv-keys 0x0C5A2783 ; gpg
> --export -a 0x0C5A2783 | sudo apt-key add -
>
> (don't forget to rerun "sudo apt-get update after that.)
>
> Cheers.
>
> _______________________________________________________________________
> If this answers your request, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/products/medibuntu/+ticket/2906/+confirm?answer_id=0
>
> If you still need support, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/products/medibuntu/+ticket/2906
>

Revision history for this message
Will Hebert (tanlargo) said :
#3

User confirmed that the request is solved.