The fix from @bam_bulla works, but check a couple of things, first. You may already have /etc/apt/trusted.gpg.d and the second key mentioned (7FA3303E) as raspberrypi-archive-stable.gpg:
If that's the case you, don't need to do:
Code:
/etc/apt/trusted.gpg.d/raspberrypi-archive-stable.gpg-----------------------------------------------------pub rsa2048 2012-06-17 [SC] CF8A 1AF5 02A2 AA2D 763B AE7E 82B1 2992 7FA3 303Euid [ unknown] Raspberry Pi Archive Signing Keysub rsa2048 2012-06-17 [E]
Code:
sudo apt-key export 7FA3303E | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/raspberrypi.gpg
Statistics: Posted by stonehippo — Wed Jan 01, 2025 5:11 pm