I run apt-get update
and I see this error:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1655A0AB68576280
How to remove that error? Log:
Hit:1 http://cz.archive.ubuntu.com/ubuntu xenial InRelease
Hit:2 http://cz.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:3 http://cz.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:5 http://mirror.timeweb.ru/mariadb/repo/10.1/ubuntu xenial InRelease
Hit:6 https://deb.nodesource.com/node_4.x trusty InRelease
Err:6 https://deb.nodesource.com/node_4.x trusty InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1655A0AB68576280
Reading package lists... Done
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://deb.nodesource.com/node_4.x trusty InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1655A0AB68576280
W: Failed to fetch https://deb.nodesource.com/node_4.x/dists/trusty/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1655A0AB68576280
W: Some index files failed to download. They have been ignored, or old ones used instead.
Before I only deleted key by this How can I remove gpg key that I added using apt-key add -?
Edit: I'm only trying to isntall websocket with nodejs from this manual https://by-example.org/install-node-js-4-3-lts-on-ubuntu-16-04-xenial-xerus-lts/ , before this error show I run first 3 commands from that manual.