Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

GPG error

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
frank56
Posts: 193
Joined: 2009-03-27 17:51

GPG error

#1 Post by frank56 »

W: GPG error: ftp://ftp.debian.org/ testing Release:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY <my key>

I solved this before but I keep getting this error. What are the correct steps to follow here? The solutions I have googled for some reason are not working. Frank
Hi! my name if Frank. I have tried before to jump into linux about 8 years ago, but gave up after not being able to get hardware going. Now I will try again, and feel a need to learn to do more from the command line Frank

User avatar
vinoman
Posts: 354
Joined: 2008-08-28 03:30

Re: GPG error

#2 Post by vinoman »

I'm getting a similar error. here's mine:

W: GPG error: http://www.debian-multimedia.org squeeze Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
root@debian:/home/davek# apt-get install flashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package flashplugin-nonfree is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package flashplugin-nonfree has no installation candidate
root@debian:/home/davek#

what is the gpg key for Squeeze?

frank56
Posts: 193
Joined: 2009-03-27 17:51

Re: GPG error

#3 Post by frank56 »

I solved my problem but, I don't know if i did it the right way. Here is the link to the steps I followed.


http://www.backports.org/dokuwiki/doku. ... structions

I took this step....gpg --keyserver hkp://subkeys.pgp.net --recv-keys 16BA136C
gpg --export 16BA136C | apt-key add -

where the 16ABA136C I put the last 8 digits that show up, when you do apt-get update or when you get gpg error message.
Hi! my name if Frank. I have tried before to jump into linux about 8 years ago, but gave up after not being able to get hardware going. Now I will try again, and feel a need to learn to do more from the command line Frank

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: GPG error

#4 Post by craigevil »

vinoman wrote:I'm getting a similar error. here's mine:

W: GPG error: http://www.debian-multimedia.org squeeze Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
root@debian:/home/davek# apt-get install flashplugin-nonfree
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package flashplugin-nonfree is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package flashplugin-nonfree has no installation candidate
root@debian:/home/davek#

what is the gpg key for Squeeze?
apt-get install debian-multimedia-keyring
You need to add contrib non-free to your Squeeze line in your sources.list to install flashplugin-nonfree
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

User avatar
vinoman
Posts: 354
Joined: 2008-08-28 03:30

Re: GPG error

#5 Post by vinoman »

Did that. Thanks. :)

frank56
Posts: 193
Joined: 2009-03-27 17:51

Re: GPG error

#6 Post by frank56 »

Lol a first..I actually helped someone ? I am very far from being a guro, I hope that was good advice. :-). I hope someone with more confidence than i, gives this their approval, than I can put Solved on this post.But you are welcome. Frank
Hi! my name if Frank. I have tried before to jump into linux about 8 years ago, but gave up after not being able to get hardware going. Now I will try again, and feel a need to learn to do more from the command line Frank

User avatar
bluesdog
Posts: 2077
Joined: 2006-02-01 09:02
Location: Similkameen, British Columbia, Canada
Been thanked: 1 time

Re: GPG error

#7 Post by bluesdog »

As root

Code: Select all

gpg --keyserver SERVER --recv KEY
gpg --export --armor KEY_PORTION | apt-key add -
As user, with sudo

Code: Select all

gpg --keyserver SERVER --recv KEY
gpg --export --armor KEY_PORTION | sudo apt-key add -

frank56
Posts: 193
Joined: 2009-03-27 17:51

Re: GPG error

#8 Post by frank56 »

bluesdog wrote:As root

Code: Select all

gpg --keyserver SERVER --recv KEY
gpg --export --armor KEY_PORTION | apt-key add -
As user, with sudo

Code: Select all

gpg --keyserver SERVER --recv KEY
gpg --export --armor KEY_PORTION | sudo apt-key add -
Would I enter this exactly as posted or do i have to use my own, entiries for SERVER and KEY_PORTION ?
Hi! my name if Frank. I have tried before to jump into linux about 8 years ago, but gave up after not being able to get hardware going. Now I will try again, and feel a need to learn to do more from the command line Frank

User avatar
bluesdog
Posts: 2077
Joined: 2006-02-01 09:02
Location: Similkameen, British Columbia, Canada
Been thanked: 1 time

Re: GPG error

#9 Post by bluesdog »

SERVER = name of a keyserver
KEY = full actual key number
KEY_PORTION = part of the full key number the keyserver returns

Note you can use the entire key instead of the key portion.

bkpsusmitaa
Posts: 485
Joined: 2009-07-04 06:32
Location: Home: Barrackpore and Mysore
Has thanked: 5 times

Re: GPG error

#10 Post by bkpsusmitaa »

I too have the problem when I write at the root terminal:

I get:
...
Reading package lists... Done
W: GPG error: http://www.debian-multimedia.org lenny Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: GPG error: ftp://ftp.debian-multimedia.org lenny Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 07DC563D1F41B907
W: You may want to run apt-get update to correct these problems
I will use the suggestion and get back.
Thanks in advance...

A few minutes later...

Code: Select all

localhost:/home/user# apt-get install debian-multimedia-keyring
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
bluez-gnome update-notifier-common libmtp7 unattended-upgrades aspell
python-4suite-xml rhythmbox python-gnome2-extras python-software-properties
gnome-themes-extras evolution-exchange transmission-gtk guile-1.8-libs
libggzmod4 libgpod3 gnome-cards-data transmission-common update-manager
update-manager-core libgdl-1-common gnome-vfs-obexftp gnome-spell libggz2
software-properties-gtk libopenobex1 system-config-printer libgda3-common
libgksuui1.0-1 python-gnupginterface python-eggtrayicon libgksu1.2-0
libgda3-3 libggzcore9 gnuchess libgdl-1-0 serpentine
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
debian-multimedia-keyring
0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
Need to get 14.3kB of archives.
After this operation, 65.5kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
debian-multimedia-keyring
Install these packages without verification [y/N]? y
Get:1 http://www.debian-multimedia.org lenny/main debian-multimedia-keyring 2008.10.16 [14.3kB]
Fetched 14.3kB in 1s (8033B/s)
Selecting previously deselected package debian-multimedia-keyring.
(Reading database ... 97711 files and directories currently installed.)
Unpacking debian-multimedia-keyring (from .../debian-multimedia-keyring_2008.10.16_all.deb) ...
Setting up debian-multimedia-keyring (2008.10.16) ...
OK
gpg: key 6070D3A1: "Debian Archive Automatic Signing Key (4.0/etch) <ftpmaster@debian.org>" not changed
gpg: key ADB11277: "Etch Stable Release Key <debian-release@lists.debian.org>" not changed
gpg: key BBE55AB3: "Debian-Volatile Archive Automatic Signing Key (4.0/etch)" not changed
gpg: key F42584E6: "Lenny Stable Release Key <debian-release@lists.debian.org>" not changed
gpg: key 55BE302B: "Debian Archive Automatic Signing Key (5.0/lenny) <ftpmaster@debian.org>" not changed
gpg: key 6D849617: "Debian-Volatile Archive Automatic Signing Key (5.0/lenny)" not changed
gpg: Total number processed: 6
gpg: unchanged: 6
Then again...

Code: Select all

localhost:/home/user# apt-get update
Ign cdrom://[Debian GNU/Linux 5.0.4 _Lenny_ - Official Multi-architecture i386/amd64/source DVD #1 20100131-22:57] lenny Release.gpg
Ign cdrom://[Debian GNU/Linux 5.0.4 _Lenny_ - Official Multi-architecture i386/amd64/source DVD #1 20100131-22:57] lenny/main Translation-en_IN
Ign cdrom://[Debian GNU/Linux 5.0.4 _Lenny_ - Official Multi-architecture i386/amd64/source DVD #1 20100131-22:57] lenny Release
Ign cdrom://[Debian GNU/Linux 5.0.4 _Lenny_ - Official Multi-architecture i386/amd64/source DVD #1 20100131-22:57] lenny/main Sources/DiffIndex
Ign cdrom://[Debian GNU/Linux 5.0.4 _Lenny_ - Official Multi-architecture i386/amd64/source DVD #1 20100131-22:57] lenny/main Packages/DiffIndex
Get:1 http://www.debian-multimedia.org lenny Release.gpg [198B]
Hit http://www.debian-multimedia.org lenny/main Translation-en_IN
Hit http://www.debian-multimedia.org lenny/non-free Translation-en_IN
Hit http://http.us.debian.org lenny Release.gpg
Ign http://http.us.debian.org lenny/main Translation-en_IN
Ign http://http.us.debian.org lenny/contrib Translation-en_IN
Ign http://http.us.debian.org lenny/non-free Translation-en_IN
Hit http://http.us.debian.org lenny Release
Hit http://www.debian-multimedia.org lenny Release
Ign http://http.us.debian.org lenny/main Packages/DiffIndex
Hit http://www.debian-multimedia.org lenny/main Packages/DiffIndex
Ign http://http.us.debian.org lenny/contrib Packages/DiffIndex
Ign http://http.us.debian.org lenny/non-free Packages/DiffIndex
Hit http://www.debian-multimedia.org lenny/non-free Packages/DiffIndex
Hit http://http.us.debian.org lenny/main Packages
Hit http://http.us.debian.org lenny/contrib Packages
Hit http://http.us.debian.org lenny/non-free Packages
Get:2 ftp://ftp.debian-multimedia.org lenny Release.gpg [198B]
Hit ftp://ftp.debian-multimedia.org lenny/main Translation-en_IN
Hit ftp://ftp.debian-multimedia.org lenny/non-free Translation-en_IN
Hit ftp://ftp.debian-multimedia.org lenny Release
Hit ftp://ftp.debian-multimedia.org lenny/main Packages/DiffIndex
Hit ftp://ftp.debian-multimedia.org lenny/non-free Packages/DiffIndex
Fetched 396B in 9s (41B/s)
Reading package lists... Done
It works. Really thanks...
Freedom is impossible to conceive.
Books that help:
Dale Carnegie's How To Win Friends And Influence People and Emilie Post's Etiquette In Society, In Business, In Politics, And At Home

User avatar
alpha-dog
Posts: 49
Joined: 2009-09-24 17:10

Re: GPG error

#11 Post by alpha-dog »

You know vinoman the last time I installed debian-multimedia keyring I went to the home page of debian-multimedia.org . About half way down the page was written this
The first package to install is debian-multimedia-keyring.
First download the debian-multimedia-keyring package.
Then under root or with sudo do the following :
"dpkg -i debian-multimedia-keyring_2008.10.16_all.deb" or "sudo dpkg -i debian-multimedia-keyring_2008.10.16_all.deb"
And voila.

User avatar
vinoman
Posts: 354
Joined: 2008-08-28 03:30

Re: GPG error

#12 Post by vinoman »

Thanks, I did get it working.

Post Reply