Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4060

Raspberry Pi OS • Re: Warning from apt-key: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see te DEPRECATION

$
0
0
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~
This worked for me. I had the same two keys that needed to be moved to eliminate the warning.

Statistics: Posted by heatfanjohn — Fri Dec 06, 2024 4:27 pm



Viewing all articles
Browse latest Browse all 4060

Trending Articles