Tried to install Inkscape but I'm getting this error.
GPG error: https://deb.opera.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D615560BA5C7FF72
I hope someone can help.
Tried to install Inkscape but I'm getting this error.
GPG error: https://deb.opera.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D615560BA5C7FF72
I hope someone can help.
you forgot this step when adding the repo:
wget -qO- https://deb.opera.com/archive.key | sudo apt-key add -
This command adds the key. Note: wget
needs to be installed.
Reading package lists... Error! E: Could not open file /var/lib/dpkg/status - open (2: No such file or directory) E: The package lists or status file could not be parsed or opened.
– Maan Cases Oct 20 '17 at 16:36
Tried this: gpg --export --armor 9BDB3D89CE49EC21 | sudo apt-key add - D615560BA5C7FF72 (after update, still same error)
– Maan Cases Oct 20 '17 at 16:21