having a problem doing some things in ubuntu im following the sticky on ubuntu to sort out some things and keep getting this error
its also when i start the synaptic package manager
W: GPG error: The Opera deb archive unstable Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 033431536A423791
W: GPG error: The Opera deb archive stable Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 033431536A423791
how do i sort this .
i think the answer is probably in the url you attachedgpg --keyserver subkeys.pgp.net --recv-key 6A423791
gpg --fingerprint 6A423791
gpg --armor --export 6A423791| apt-key add -but i could be very easily wrong
Yeah, I get that problem too. It never used to happen. You can use the Opera repository anyway - it will still work regardless of that error message
@ Donkey
The key won’t download
yeah i tried and it wouldnt download lol
:doh: sorry, i thought it was too good to be true:doh:
I’ll find a fix for it soon - as soon as the ubuntu forums come back online :rolleyes:
I asked on the Ubuntu forums and got a very similar code:
gpg --keyserver subkeys.pgp.net --recv 6A423791
gpg --export --armor 6A423791 | sudo apt-key add -
The key is exactly the same but for some reason it worked this time 