Ubuntu package no pubkey available?

Post Reply
kramer65
Posts: 2
Joined: Thu Sep 25, 2014 6:50 am
os: linux

Ubuntu package no pubkey available?

Post by kramer65 »

I just tried installing namecoin on Ubuntu 14.04 using the commands as listed here:

Code: Select all

sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/p_conrad:/coins/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/namecoin.list"
sudo apt-get update
sudo apt-get install namecoin
The apt-get update however, gives me an error saying:

W: GPG error: http://download.opensuse.org Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 29D8C8DAC4447CF3


Any idea whats wrong and how I can solve this?

pmc
Posts: 73
Joined: Thu Oct 03, 2013 8:50 pm
Location: Germany
Contact:

Re: Ubuntu package no pubkey available?

Post by pmc »

You should have read on... :-)
You can add the repository key to apt. Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information). To add the key, run:

Code: Select all

wget http://download.opensuse.org/repositories/home:p_conrad:coins/xUbuntu_14.04/Release.key
sudo apt-key add - < Release.key  

kramer65
Posts: 2
Joined: Thu Sep 25, 2014 6:50 am
os: linux

Re: Ubuntu package no pubkey available?

Post by kramer65 »

How stupid of me :roll:

But thanks a million!

Post Reply