LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Keep getting this error when updating.....please give me a start!! (https://www.linuxquestions.org/questions/linux-newbie-8/keep-getting-this-error-when-updating-please-give-me-a-start-894267/)

tonewheelkev 07-28-2011 06:39 AM

Keep getting this error when updating.....please give me a start!!
 
Updating results in following message
.....How can I put this right?

Code:

W:GPG error: http://www.bunkus.org ./ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BCCF7AF0B6571FCA, W:Failed to fetch http://mirror3.ubuntulinux.nl/dists/natty-seveas/freenx/source/Sources  404  Not Found
, W:Failed to fetch http://mirror3.ubuntulinux.nl/dists/natty-seveas/freenx/binary-i386/Packages  404  Not Found
, E:Some index files failed to download. They have been ignored, or old ones used instead.


repo 07-28-2011 06:43 AM

Open a terminal and type
Code:

sudo gpg --keyserver subkeys.pgp.net --recv BCCF7AF0B6571FCA
sudo gpg --export --armor F120156012B83718 | sudo apt-key add -
sudo apt-get update

Kind regards

tonewheelkev 07-28-2011 07:04 AM

Now the terminal replies with:

Code:

kev@kev-desktop:~$ sudo gpg --keyserver subkeys.pgp.net --recv BCCF7AF0B6571FCAsudo gpg --export --armor F120156012B83718 | sudo apt-key add -
gpg: "BCCF7AF0B6571FCAsudo" not a key ID: skipping
gpg: "gpg" not a key ID: skipping
gpg: "--export" not a key ID: skipping
gpg: "--armor" not a key ID: skipping
gpg: requesting key 12B83718 from hkp server subkeys.pgp.net
gpg: key 12B83718: public key "Lionel Le Folgoc (mr_pouit) <lionel.lefolgoc@free.fr>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg:              imported: 1
gpg: no valid OpenPGP data found.
kev@kev-desktop:~$ sudo apt-get update


syg00 07-28-2011 07:19 AM

Perhaps you need to drive a mouse better - look at what was suggested, and what you entered.

Try again, and read everything.

tonewheelkev 07-28-2011 07:39 AM

'Thanks' for the intervention syg00....

.....but not sure what you're getting at...there wasn't exactly THAT much to read!

"Open a terminal and type....

Code:

sudo gpg --keyserver subkeys.pgp.net --recv BCCF7AF0B6571FCA
sudo gpg --export --armor F120156012B83718 | sudo apt-key add -
sudo apt-get update

...That is what I did.....should the lines have been entered separately?

syg00 07-28-2011 07:44 AM

You bet ... :p

syg00 07-28-2011 07:47 AM

Sorry ..


All times are GMT -5. The time now is 09:38 PM.