Repository signature expired

Discussions about RaZberry - Z-Wave board for Raspberry computer
mojavan
Posts: 3
Joined: 06 Jul 2022 00:18

Re: Repository signature expired

Post by mojavan »

Ran into the same problem but in december 2025.

Used this solution:

Code: Select all

sudo apt-key list
Check for the last z-wave entry, mine was preceded with [unknown] but could also be [expired] I believe. There is a set of ten double-byte hexadecimal numbers on the line above. You want to copy the last four double-bytes out of the ten (for instance E222 A90F 2E14 8E32), remove the space and fit it at the end of this line:

Code: Select all

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E222A90F2E148E32
..replace the E222A90F2E148E32 in my example above with the values you got from apt-key list earlier.

Vóila!
Post Reply