Skip to content

Instantly share code, notes, and snippets.

@chayandatta
Last active May 20, 2024 10:48
Show Gist options
  • Save chayandatta/e268b68b1f83b4c359007f11479f2fda to your computer and use it in GitHub Desktop.
Save chayandatta/e268b68b1f83b4c359007f11479f2fda to your computer and use it in GitHub Desktop.
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/home:/manuelschneid3r/xUbuntu_18.04 Release: The following signatures were invalid: EXPKEYSIG 1488EB46E192A257 home:manuelschneid3r OBS Project <home:manuelschneid3r…

Problem:

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/home:/manuelschneid3r/xUbuntu_18.04  Release: The following signatures were invalid: EXPKEYSIG 1488EB46E192A257 home:manuelschneid3r OBS Project <home:manuelschneid3r@build.opensuse.org>
E: http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_18.04  Release.gpg is not (yet) available (The following signatures were invalid: EXPKEYSIG 1488EB46E192A257 home:manuelschneid3r OBS Project <home:manuelschneid3r@build.opensuse.org>)

Solution

repo

wget -nv https://download.opensuse.org/repositories/home:manuelschneid3r/xUbuntu_18.04/Release.key -O Release.key
sudo apt-key add - < Release.key
sudo apt-get update
@g4z
Copy link

g4z commented Jan 13, 2020

The solution doesn't work for me :(

~ $ wget -nv https://download.opensuse.org/repositories/home:manuelschneid3r/xUbuntu_18.04/Release.key -O Release.key
2020-01-13 11:46:52 URL:https://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_18.04/Release.key [1118/1118] -> "Release.key" [1]
~ $ sudo apt-key add - < Release.key
OK
~ $  sudo apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu bionic-proposed InRelease
...
<snip>
...
Err:18 https://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_18.04  Release.gpg                    
  The following signatures were invalid: EXPKEYSIG 1488EB46E192A257 home:manuelschneid3r OBS Project <home:manuelschneid3r@build.opensuse.org>
Ign:17 https://dl.bintray.com/etcher/debian stable InRelease
Get:19 https://dl.bintray.com/etcher/debian stable Release [3,674 B]
Fetched 3,674 B in 2s (1,944 B/s)   
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://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_18.04  Release: The following signatures were invalid: EXPKEYSIG 1488EB46E192A257 home:manuelschneid3r OBS Project <home:manuelschneid3r@build.opensuse.org>
W: Failed to fetch https://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_18.04/Release.gpg  The following signatures were invalid: EXPKEYSIG 1488EB46E192A257 home:manuelschneid3r OBS Project <home:manuelschneid3r@build.opensuse.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.

What am i missing?

This is the second time in the past year that this repo has just stopped working!

@re-mscho
Copy link

Solution from Installing Albert:
curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | sudo apt-key add -

@BourneXu
Copy link

Solution from Installing Albert:
curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | sudo apt-key add -
Thanks! This one works for me on Ubuntu 18.04.

@g4z
Copy link

g4z commented Feb 14, 2020

me too! thanks

@altvaro
Copy link

altvaro commented Feb 18, 2020

Solution from Installing Albert:
curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | sudo apt-key add -

Thank you. Works perfect on Ubuntu 19.04

@NotYeshwanthReddy
Copy link

Works on ubuntu 18.04 too...! Thanks for the help.
But what exactly is the problem? I didn't understand what went wrong.

@dharmayudistira
Copy link

Solution from Installing Albert:
curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | sudo apt-key add -
Thanks! This one works for me on Ubuntu 18.04.

thankss this one works for me on ubuntu 18.04 6 April 2020

@issadarkthing
Copy link

Solution from Installing Albert:
curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | sudo apt-key add -

works on ubuntu 19.10 as well

@gonzariosm
Copy link

gonzariosm commented Mar 15, 2022

Solution from Installing Albert:
curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | sudo apt-key add -

Works on Ubuntu 20.04.4 LTS (Focal Fossa)

@Devansh80
Copy link

Solution from Installing Albert: curl https://build.opensuse.org/projects/home:manuelschneid3r/public_key | sudo apt-key add -

Thank you it's perfectly working on ubuntu 20.04

@MarcosBL
Copy link

Ubuntu 22.04 Jammy / Mint:

curl "https://build.opensuse.org/projects/home:manuelschneid3r/signing_keys/download?kind=gpg" | sudo apt-key add -

@dedvik-linux
Copy link

Ubuntu 22.04 Jammy / Mint:

curl "https://build.opensuse.org/projects/home:manuelschneid3r/signing_keys/download?kind=gpg" | sudo apt-key add -

Yes, thanks, it works! (Xubuntu 22.04)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment