0 Members and 1 Guest are viewing this topic.
http://repo.vivaldi.com/snapshot/deb stable Release.gpgThe following signatures couldn't be verified because the public key is not available: NO_PUBKEY 793FEB8BB69735B2W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repo.vivaldi.com/snapshot/deb stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 793FEB8BB69735B2W: Failed to fetch http://repo.vivaldi.com/snapshot/deb/dists/stable/Release.gpg The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 793FEB8BB69735B2
# wget -qO- https://repo.vivaldi.com/snapshot/linux_signing_key.pub | apt-key add -Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8))
Weiß jemand Rat?
Debian/UbuntuOpen a terminal window and issue the following to fetch a copy of our public key, securely over https: wget https://repo.vivaldi.com/stable/linux_signing_key.pubImport the key into the GPG keyring of your local user: gpg --import linux_signing_key.pubYou can now verify that the signature is valid, like so (adjust the file name to account for the current version and architecture): dpkg-sig --verify vivaldi-stable_2.1.1337.51-1_amd64.debIf everything is ok, it should return a result that includes “GOODSIG” and a 41 character, key ID that should end with “B69735B2”—Older packages are signed with “4A3AA3D6”.
- import the public Vivaldi key via gpg: $ gpg --import linux_signing_key.pub- export GnuPG: $ gpg --export packager@vivaldi.com > vivaldi.gpg- move gpg key to apt keys: # mv vivaldi.gpg /etc/apt/trusted.gpg.d/- delete the gpg key again: $ gpg --delete-keys packager@vivaldi.com