Whonix Update Error: EXPKEYSIG

When running the updater to update whonix templates i am getting this error

Refreshing package info
Refreshing available packages.
The following signatures were invalid: EXPKEYSIG CB8D50BB77BB3C48 Patrick Schleizer adrelanos@kicksecure.com
Reading package lists…
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error:

See:

3 Likes

Well parulin, you answered my question before I could ask it. Lol. However, I have the same problem with the Kicksecure template and for some reason can not get the key to move to the other folder to replace the old one. This is what I have tried so far:

[template user ~]% mv -f /home/user/Downloads/derivative.asc /usr/share/keyrings/
mv: inter-device move failed: ‘/home/user/Downloads/derivative.asc’ to ‘/usr/share/keyrings/derivative.asc’; unable to remove target: Permission denied
zsh: exit 1 mv -f /home/user/Downloads/derivative.asc /usr/share/keyrings/
[template user ~]% sudo mv -f /home/user/Downloads/derivative.asc /usr/share/keyrings/
zsh: permission denied: sudo
zsh: exit 126 sudo mv -f /home/user/Downloads/derivative.asc /usr/share/keyrings/
[template user ~]% sudo mv -f /home/user/Downloads/derivative.asc/ /usr/share/keyrings/
zsh: permission denied: sudo
zsh: exit 126 sudo mv -f /home/user/Downloads/derivative.asc/ /usr/share/keyrings/
[template user ~]%

It’s kicksecure-17. Any ideas?

Have you tried running the template as root (so sudo will work)

In dom0

qvm-run -user root (name of template) xterm

I’m not in front of my computer, it might be --user

Then enter your command again in template

Thanks corny, that worked. And it was --user.

1 Like