EWeiss
November 2, 2020, 1:56am
1
When I do a routine apt update and apt upgrade running ubuntu, I get two error messages:
An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: Ubuntu Packages For R - Brief Instructions bionic-cran35/ InRelease: The following signatures were invalid: EXPKEYSIG 51716619E084DAB9 Michael Rutter marutter@gmail.com
W: Failed to fetch https://cloud.r-project.org/bin/linux/ubuntu/bionic-cran35/InRelease The following signatures were invalid: EXPKEYSIG 51716619E084DAB9 Michael Rutter marutter@gmail.com
Any suggestions on how to eliminate the message? "InRelease" is a PGP signature. I have removed large parts of R and I'm willing to delete R and re-install it.
Just update the key.
From CRAN documentation:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
padames
November 13, 2020, 5:40am
3
Thanks, why did I have to do this? Do these keys have an expiration date?
There's a discussion of what lead to this update on the UBUNTU PACKAGES FOR R page on cran https://cran.r-project.org/bin/linux/ubuntu/README.htm .
NOTE: There was an issue with a second key found on the Ubuntu keyserver. Details and how to remove can be found at Changes to CRAN Ubuntu webpage regarding apt-secure key ยท R Ubuntu Blog .
system
Closed
November 20, 2020, 3:49pm
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.