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

 

 

 

installing opera - "no valid OpenPGP data found"

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
monkey
Posts: 49
Joined: 2009-06-22 23:14

installing opera - "no valid OpenPGP data found"

#1 Post by monkey »

I followed this tutorial http://wiki.debian.org/Opera, but somehow gpg tells that "no valid OpenPGP data found".

This is what i did:

after

Code: Select all

W: GPG error: http://deb.opera.com lenny Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 033431536A423791
W: You may want to run apt-get update to correct these problems
i did

Code: Select all

~# gpg --keyserver subkeys.pgp.net --recv-key 033431536A423791
gpg: directory `/root/.gnupg' created
gpg: new configuration file `/root/.gnupg/gpg.conf' created
gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
gpg: keyring `/root/.gnupg/secring.gpg' created
gpg: keyring `/root/.gnupg/pubring.gpg' created
gpg: requesting key 6A423791 from hkp server subkeys.pgp.net
gpgkeys: key 033431536A423791 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
i then tried

Code: Select all

~# gpg --fingerprint
gpg: /root/.gnupg/trustdb.gpg: trustdb created
and then

Code: Select all

~# /root/.gnupg/pubring.gpg
-su: /root/.gnupg/pubring.gpg: Permission denied
I googled it but don't seem to come up with solutions. Also, why permission is denied when i wanted to list the keys i have in the system?

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

Re: installing opera - "no valid OpenPGP data found"

#2 Post by craigevil »

works just fine here:

# gpg --keyserver subkeys.pgp.net --recv-key 6A423791
gpg: requesting key 6A423791 from hkp server subkeys.pgp.net
gpg: key 6A423791: "Opera Software Archive Automatic Signing Key <hostmaster@opera.com>" 1 new signature
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: new signatures: 1
root@craigevil:/home/craig# gpg --fingerprint 6A423791
pub 1024D/6A423791 2006-09-26 [expires: 2009-09-25]
Key fingerprint = CD5A 9776 9F6E F4D9 EBCD 8F92 0334 3153 6A42 3791
uid Opera Software Archive Automatic Signing Key <hostmaster@opera.com>
sub 2048g/BEAEDCB7 2006-09-26 [expires: 2009-09-25]

root@craigevil:/home/craig# gpg --armor --export 6A423791| apt-key add -
OK

TRy following the directions on http://deb.opera.com/
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

monkey
Posts: 49
Joined: 2009-06-22 23:14

Re: installing opera - "no valid OpenPGP data found"

#3 Post by monkey »

Did everything now, updated the system (lenny stable), rebooted, followed the tutorials etc - still "no valid OpenPGP data found" :( :(

Code: Select all

 gpg --keyserver subkeys.pgp.net --recv-key 6A423791
gpg: requesting key 6A423791 from hkp server subkeys.pgp.net
gpgkeys: key 6A423791 not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
What do i do?

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

Re: installing opera - "no valid OpenPGP data found"

#4 Post by craigevil »

There is really no reason to install opera by using the repo. Opera can be downloaded from opera.com then installed using dpkg or a GUi like kpackage or gdebi.
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

monkey
Posts: 49
Joined: 2009-06-22 23:14

Re: installing opera - "no valid OpenPGP data found"

#5 Post by monkey »

craigevil wrote:There is really no reason to install opera by using the repo. Opera can be downloaded from opera.com then installed using dpkg or a GUi like kpackage or gdebi.
I just installed it from repo and ignored the warning about the missing key - is that ok, or should i better uninstall and do the .deb from the website? Thanks!

monkey
Posts: 49
Joined: 2009-06-22 23:14

Re: installing opera - "no valid OpenPGP data found"

#6 Post by monkey »

p.s. i think the response "no valid OpenPGP data found" is the problem with my gpg because it seems it can't find data for any key; i've tried download the lenny backports key this way and got the same reply.

neubius
Posts: 1
Joined: 2009-09-26 05:10

Re: installing opera - "no valid OpenPGP data found"

#7 Post by neubius »

this my problem and my solution :D

W: GPG error: http://www.debian-multimedia.org stable 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 stable 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

iocrck# gpg --keyserver subkeys.pgp.net --recv-keys 1F41B907 ; gpg --export 1F41B907 | apt-key add -
gpg: requesting key 1F41B907 from hkp server subkeys.pgp.net
gpg: key 1F41B907: "Christian Marillat <marillat@debian.org>" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
OK

iocrck# apt-get update
Hit ftp://ftp.debian-multimedia.org stable/main Packages/DiffIndex
Reading package lists... Done

:wink: :D very good man jeje

User avatar
bugsbunny
Posts: 5354
Joined: 2008-07-06 17:04
Been thanked: 1 time

Re: installing opera - "no valid OpenPGP data found"

#8 Post by bugsbunny »

http://deb.opera.com/ wrote:To install the key on your host, do something like this:
Debian user

wget -O - http://deb.opera.com/archive.key | apt-key add -

User avatar
jheaton5
Posts: 1488
Joined: 2008-08-20 01:40
Location: Newnan, GA, USA

Re: installing opera - "no valid OpenPGP data found"

#9 Post by jheaton5 »

bugsbunny wrote:
http://deb.opera.com/ wrote:To install the key on your host, do something like this:
Debian user

wget -O - http://deb.opera.com/archive.key | apt-key add -
Several days ago I had this same problem. I did what bugsbunny is recommending and all is well.
debian sid

monkey
Posts: 49
Joined: 2009-06-22 23:14

Re: installing opera - "no valid OpenPGP data found"

#10 Post by monkey »

bugsbunny wrote:
http://deb.opera.com/ wrote:To install the key on your host, do something like this:
Debian user

wget -O - http://deb.opera.com/archive.key | apt-key add -
Thanks bugsbunny, had the same problem on squeeze but this solution helped.

Post Reply