atp-get update error

Status
Not open for further replies.

RCuber

The Mighty Unkel!!!
Staff member
apt-get update error

Im getting the following error when using sudo atp-get update on Feisty.

Code:
W: GPG error: *download.tuxfamily.org feisty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2D6CFB44DD800CD9
W: You may want to run apt-get update to correct these problems

I get the same error when updating from Synaptic.

Im not sure if the updates are working are not.

$sudo apt-get update
Password:
Get:1 *archive.ubuntu.com feisty Release.gpg [191B]
Ign *archive.ubuntu.com feisty/main Translation-en_IN
Ign *archive.ubuntu.com feisty/restricted Translation-en_IN
Ign *archive.ubuntu.com feisty/universe Translation-en_IN
Ign *archive.ubuntu.com feisty/multiverse Translation-en_IN
Get:2 *archive.ubuntu.com feisty-security Release.gpg [191B]
Ign *archive.ubuntu.com feisty-security/restricted Translation-en_IN
Ign *archive.ubuntu.com feisty-security/main Translation-en_IN
Get:3 *download.tuxfamily.org feisty Release.gpg [189B]
Ign *download.tuxfamily.org feisty/eyecandy Translation-en_IN
Get:4 *download.tuxfamily.org feisty Release [14.2kB]
Ign *archive.ubuntu.com feisty-security/multiverse Translation-en_IN
Ign *archive.ubuntu.com feisty-security/universe Translation-en_IN
Get:5 *archive.ubuntu.com feisty-updates Release.gpg [191B]
Ign *archive.ubuntu.com feisty-updates/restricted Translation-en_IN
Ign *archive.ubuntu.com feisty-updates/main Translation-en_IN
Ign *archive.ubuntu.com feisty-updates/multiverse Translation-en_IN
Ign *archive.ubuntu.com feisty-updates/universe Translation-en_IN
Hit *archive.ubuntu.com feisty Release
Hit *archive.ubuntu.com feisty-security Release
Hit *archive.ubuntu.com feisty-updates Release
Ign *download.tuxfamily.org feisty Release
Hit *archive.ubuntu.com feisty/main Packages
Hit *archive.ubuntu.com feisty/restricted Packages
Hit *archive.ubuntu.com feisty/main Sources
Hit *archive.ubuntu.com feisty/restricted Sources
Hit *archive.ubuntu.com feisty/universe Packages
Hit *archive.ubuntu.com feisty/universe Sources
Hit *archive.ubuntu.com feisty/multiverse Packages
Hit *archive.ubuntu.com feisty/multiverse Sources
Hit *archive.ubuntu.com feisty-security/restricted Packages
Hit *archive.ubuntu.com feisty-security/main Packages
Hit *archive.ubuntu.com feisty-security/multiverse Packages
Hit *archive.ubuntu.com feisty-security/universe Packages
Hit *archive.ubuntu.com feisty-updates/restricted Packages
Hit *archive.ubuntu.com feisty-updates/main Packages
Hit *archive.ubuntu.com feisty-updates/multiverse Packages
Hit *archive.ubuntu.com feisty-updates/universe Packages
Get:6 *download.tuxfamily.org feisty/eyecandy Packages [14.4kB]
Hit *download.tuxfamily.org feisty/eyecandy Sources
Get:7 *wine.budgetdedicated.com feisty Release.gpg [191B]
Ign *wine.budgetdedicated.com feisty/main Translation-en_IN
Hit *wine.budgetdedicated.com feisty Release
Ign *wine.budgetdedicated.com feisty/main Packages
Hit *wine.budgetdedicated.com feisty/main Sources
Hit *wine.budgetdedicated.com feisty/main Packages
Fetched 28.8kB in 11s (2400B/s)
Reading package lists... Done
W: GPG error: *download.tuxfamily.org feisty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2D6CFB44DD800CD9
W: You may want to run apt-get update to correct these problems
 
Last edited:

praka123

left this forum longback
Is a feature for pkgs 4m repos be gpg signed.do the following for every error for each added repo:
If you get GPG errors with this sources.list, locate the GPG key in this file
and run these commands (where KEY is replaced with that key)
Code:
gpg --keyserver hkp://subkeys.pgp.net --recv-keys KEY
 gpg --export --armor KEY |  apt-key add -
for urs open a terminal:
Code:
 gpg --keyserver hkp://subkeys.pgp.net --recv-keys 2D6CFB44DD800CD9
then,
Code:
gpg --export --armor  DD800CD9 |sudo  apt-key add -
then apt-get update :)
 

mehulved

18 Till I Die............
you're missing the gpg key of download.tuxfamily.org. You will need to add it.
try
Code:
wget *download.tuxfamily.org/syzygy42/8434D43A.gpg -O- | sudo apt-key
 

infra_red_dude

Wire muncher!
type these in terminal:

wget *download.tuxfamily.org/3v1deb/DD800CD9.gpg
sudo apt-key add DD800CD9.gpg
sudo apt-get update
sudo apt-get upgrade

damn! both prakash and mehul got me!!! we all posted at the same time!! :D
 
Last edited:
OP
RCuber

RCuber

The Mighty Unkel!!!
Staff member
Worked :D .. Thanks guys... One more question.. Should I snip my Public Key? for the post .. any security issues here?

EDIT: I got confused thinking it was my public key, didnt read the errors properly :(.
 
Status
Not open for further replies.
Top Bottom