You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running 'apt update' after a fresh install of DakboardOS on OrangePi 3 LTS (v3.55 downloaded from the Dakboard Solutions page) I received the following errors when running an apt upgrade:
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bullseye InRelease: The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <[email protected]> N: Repository 'http://mirrors.tuna.tsinghua.edu.cn/debian bullseye InRelease' changed its 'Version' value from '11.8' to '11.9' W: Failed to fetch https://packages.sury.org/php/dists/bullseye/InRelease The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <[email protected]> W: Some index files failed to download. They have been ignored, or old ones used instead.
I was able to resolve the issue with the following command: wget -qO - https://packages.sury.org/php/apt.gpg | sudo apt-key add -
which downloads and installs the latest GPG key from the Sury.org repo.
To Reproduce
Steps to reproduce the behavior:
Dowload and install DaboardOS v3.55 for OrangePi
Run "sudo apt update" at a command prompt
Expected behavior
Updates install without errors.
Desktop (please complete the following information):
OS: DakboardOS OrangePi
Version v3.55
The text was updated successfully, but these errors were encountered:
Describe the bug
When running 'apt update' after a fresh install of DakboardOS on OrangePi 3 LTS (v3.55 downloaded from the Dakboard Solutions page) I received the following errors when running an apt upgrade:
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php bullseye InRelease: The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <[email protected]> N: Repository 'http://mirrors.tuna.tsinghua.edu.cn/debian bullseye InRelease' changed its 'Version' value from '11.8' to '11.9' W: Failed to fetch https://packages.sury.org/php/dists/bullseye/InRelease The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <[email protected]> W: Some index files failed to download. They have been ignored, or old ones used instead.
I was able to resolve the issue with the following command:
wget -qO - https://packages.sury.org/php/apt.gpg | sudo apt-key add -
which downloads and installs the latest GPG key from the Sury.org repo.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Updates install without errors.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: