This worked for me. I had the same two keys that needed to be moved to eliminate the warning.For me, the solution was:Code:
sudo mkdir /etc/apt/trusted.gpg.dsudo apt-key export 90FDDD2E | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/raspbian.public.gpgsudo apt-key export 7FA3303E | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/raspberrypi.gpgrm -rf /etc/apt/trusted.gpgrm -rf /etc/apt/trusted.gpg~
Statistics: Posted by heatfanjohn — Fri Dec 06, 2024 4:27 pm