-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An error occurred during the signature verification. #782
Comments
I am getting similar issues with a package install:
i tried deleting and re-adding the key but it still says expired |
there is a similar closed issue but with the 19.04 version the solution involved using the 20.04 Key instead of the 19.04 because it was expired, projecting the same solution here i think we should use the 23.04 with 22.04 repository |
my only issue is I use it on several different platforms (ubuntu, debian and Raspberry OS). To my knowledge, this won't be an all inclusive solution. Why has the key expired? |
Similar here:W: GPG error: http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-autosuggestions/xUbuntu_22.04 InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 767B5F350F20116F |
just got the same error and cant find a way to fix it either |
Is the project dead or are the maintainers not interested in this issue? The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-autosuggestions/xUbuntu_22.04 InRelease: The following signatures were invalid: EXPKEYSIG 767B5F350F20116F shells:zsh-users OBS Project shells:zsh-users@build.opensuse.org |
Also having this issue. |
Same issue:
|
Same issue: |
same: |
same here... |
Same here too:
|
Same here
|
And not only for this project, but an array of zsh-users repos:
|
Looks like the project maintainer needs to run the Pretty simple fix from what it looks like. @nicoulaj can you run that for us? |
@nicoulaj any chance you can run the |
Same issue ++ |
I don't know if this work but did someone try to add the debian repository ? |
chiming in also having this issue here. |
i encounter this error when trying
|
It is not a solution to the problem. But if you wanted to try it to see if you like it you can follow this: |
same issue. can't update to ubuntu 24 because of it. |
Remove the repository. |
You can get the new signing key (expires 2026-05-04) from https://build.opensuse.org/projects/shells:zsh-users:zsh-autosuggestions/signing_keys Edit: and you probably have to delete the expired key first using |
If using sudo rm /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-autosuggestions.gpg # may be named differently depending on installation method
wget -qO- https://build.opensuse.org/projects/shells:zsh-users:zsh-autosuggestions/signing_keys/download\?kind\=gpg | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/shells_zsh-users_zsh-autosuggestions.gpg
sudo apt update |
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-autosuggestions/xUbuntu_22.04 InRelease: The following signatures were invalid: EXPKEYSIG 767B5F350F20116F shells:zsh-users OBS Project <shells:zsh-users@build.opensuse.org>
The text was updated successfully, but these errors were encountered: