Page 1 of 1
Error during signature verification
Posted: Tue Nov 29, 2022 10:14 am
by Fornhamfred
I have been receiving the following message during every update.
Code: Select all
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://linux.teamviewer.com/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5E224500C1289C0
W: Failed to fetch http://linux.teamviewer.com/deb/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5E224500C1289C0
W: Some index files failed to download. They have been ignored,
Found a similar post regarding antix but not sure how to cure the problem.
Re: Error during signature verification
Posted: Tue Nov 29, 2022 10:29 am
by Eadwine Rose
Does running Fix GPG keys from the menu help?
Re: Error during signature verification [Solved]
Posted: Tue Nov 29, 2022 11:56 am
by fehlix
Fornhamfred wrote: Tue Nov 29, 2022 10:14 am
I have been receiving the following message during every update.
Code: Select all
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://linux.teamviewer.com/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5E224500C1289C0
W: Failed to fetch http://linux.teamviewer.com/deb/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5E224500C1289C0
W: Some index files failed to download. They have been ignored,
Found a similar post regarding antix but not sure how to cure the problem.
According to this post within thread:
viewtopic.php?p=703631#p703631
this fix may help:
Code: Select all
sudo cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
followed by:
In "theory" re-installing using MXPI->Pop.Apps. -> teamviewer should fix it,
but need to double check whether the announced fix made it into the repo.
Re: Error during signature verification
Posted: Tue Nov 29, 2022 12:05 pm
by dolphin_oracle
@fehlix , I use a temporary list file to install and let teamviewer's list file take over afterwards. worked OK for me, but a reinstall doesn't necessarily take care of it without answering a question "Y" instead of the default "n".
purge and reinstall *should* work since that will remove the teamviewer.list file.
Re: Error during signature verification
Posted: Tue Nov 29, 2022 1:40 pm
by Fornhamfred
fehlix wrote: Tue Nov 29, 2022 11:56 am
Fornhamfred wrote: Tue Nov 29, 2022 10:14 am
I have been receiving the following message during every update.
Code: Select all
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://linux.teamviewer.com/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5E224500C1289C0
W: Failed to fetch http://linux.teamviewer.com/deb/dists/stable/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C5E224500C1289C0
W: Some index files failed to download. They have been ignored,
Found a similar post regarding antix but not sure how to cure the problem.
According to this post within thread:
viewtopic.php?p=703631#p703631
this fix may help:
Code: Select all
sudo cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
followed by:
In "theory" re-installing using MXPI->Pop.Apps. -> teamviewer should fix it,
but need to double check whether the announced fix made it into the repo.
Thanks that has sorted the problem.