View Issue Details

IDProjectCategoryView StatusLast Update
0002594Double CommanderDefaultpublic2026-02-28 13:44
Reporterzeroconf Assigned ToAlexx2000  
PriorityimmediateSeverityblockReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
PlatformLinuxOSMintOS Version20.1
Product Version0.9.10 
Summary0002594: EXPKEYSIG 61508B60C33A8925 home:Alexx2000 signature key expired, cannot update doublecmd
Descriptionsudo apt-get 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/home:/Alexx2000/xUbuntu_20.04 InRelease: The following signatures were invalid: EXPKEYSIG 61508B60C33A8925 home:Alexx2000 OBS Project <home:Alexx2000@build.opensuse.org>
W: Failed to fetch http://download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_20.04/InRelease The following signatures were invalid: EXPKEYSIG 61508B60C33A8925 home:Alexx2000 OBS Project <home:Alexx2000@build.opensuse.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.
.....
Steps To Reproducefollow https://software.opensuse.org/download.html?project=home%3AAlexx2000&package=doublecmd-gtk instructions to add to Ubuntu the repository:

echo 'deb http://download.opensuse.org/repositories/home:/Alexx2000/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:Alexx2000.list
curl -fsSL https://download.opensuse.org/repositories/home:Alexx2000/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_Alexx2000.gpg > /dev/null
sudo apt update
sudo apt install doublecmd-gtk
Additional InformationDouble Commander
Version: 0.9.10 beta
Revision: 9640
Build date: 2021/01/10
Lazarus: 2.0.8.0
FPC: 3.0.4
Platform: x86_64-Linux-gtk2
OS version: Linux Mint 20.1 Ulyssa

Widgetset library: GTK 2.24.32
TagsNo tags attached.
Fixed in Revision
Operating systemLinux
WidgetsetGTK2
Architecture64-bit

Activities

zeroconf

2021-01-29 18:40

reporter   ~0003672

....tried to update key:
sudo apt-key adv --keyserver keys.gnupg.net --recv-keys 61508B60C33A8925
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 61508B60C33A8925
...didn't help...
Keys are needed to be updated...

zeroconf

2021-01-29 18:41

reporter   ~0003673

Isn't it possible to automate such thing to avoid expiring key?

zeroconf

2021-01-29 18:46

reporter   ~0003674

kind of keyring would be appreciated to apply, e.g. Kali Linux has done so - https://unix.stackexchange.com/questions/421821/invalid-signature-for-kali-linux-repositories-the-following-signatures-were-i

Alexx2000

2021-02-04 10:02

administrator   ~0003680

I rebuilt packages using new key. Try to add new key and update.

dpanter

2021-02-15 17:20

reporter   ~0003688

I still had the issue on Debian as well, turns out I had an old expired key in /etc/apt/trusted.gpg and it overrides the new key in /etc/apt/trusted.gpg.d/. The joys of running older installs eh?
After removing the old key and adding the new again, upgrades work again.

In my case:
sudo apt-key del 41B5132F245C8E77743285ED61508B60C33A8925

Then add new key as per the instructions on OBS, update and upgrade.

Cheers!

Issue History

Date Modified Username Field Change
2021-01-29 18:38 zeroconf New Issue
2021-01-29 18:40 zeroconf Note Added: 0003672
2021-01-29 18:41 zeroconf Note Added: 0003673
2021-01-29 18:46 zeroconf Note Added: 0003674
2021-02-04 10:02 Alexx2000 Note Added: 0003680
2021-02-04 10:02 Alexx2000 Status new => feedback
2021-02-15 17:20 dpanter Note Added: 0003688
2021-02-22 17:05 Alexx2000 Status feedback => resolved
2021-02-22 17:05 Alexx2000 Resolution open => fixed
2021-02-22 17:05 Alexx2000 Assigned To => Alexx2000
2026-02-28 13:44 Alexx2000 Status resolved => closed