How to fix apt update EXPKEYSIG 1DB7590E83C8F643
Problem:
When running sudo apt update
you see the following error message:
example.txt
Err:14 https://ocean.surfshark.com/debian stretch InRelease
The following signatures were invalid: EXPKEYSIG 1DB7590E83C8F643 Surfshark package maintainer <[email protected]>
Solution
Install the updated Surfshark package by pasting the following into your shell (as shown on the Surfshark help page):
example.sh
curl -f https://downloads.surfshark.com/linux/debian-install.sh --output surfshark-install.sh
cat surfshark-install.sh
sh surfshark-install.sh
After that, the error should be fixed and you can run
example.sh
sudo apt update
again.
Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow