NO_PUBKEY error
-
I installed Vivaldi last month on Ubuntu with no issues using this:
wget -qO- http://repo.vivaldi.com/stable/linux_signing_key.pub | sudo apt-key add - sudo add-apt-repository "deb [arch=i386,amd64] http://repo.vivaldi.com/stable/deb/ stable main"
But now when I try it, I get this error after doing
apt-get update:Ign:7 http://repo.vivaldi.com/stable/deb stable Release.gpg Reading package lists... Done W: GPG error: http://repo.vivaldi.com/stable/deb stable Release: The following signatures couldn't be verified because the public key is n ot available: NO_PUBKEY 8D04CE49EFB20B23 E: The repository 'http://repo.vivaldi.com/stable/deb stable Release' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.
Help please.
-
@dejanbatic Seems you got the wrong key.
I pineg the Linux dev some days ago.Please download deb package and install by hand:
wget https://downloads.vivaldi.com/stable/vivaldi-stable_2.9.1705.41-1_amd64.deb sudo dpkg -i vivaldi-stable_2.9.1705.41-1_amd64.deb
-
@Gwen-Dragon
Thanks.Then the updates has to be performed manually I guess?
-
@dejanbatic After you installed the deb file, the key will be up-to-date and updates can be done via apt.