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

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 works for me as well. thanks

what i don't understand, when it is so easy to fix, why it is still an issue, even on the new official image:
2024-10-22-raspios-bookworm-armhf-lite.img.xz ?
(after more than a year)

Statistics: Posted by beta-tester — Wed Nov 13, 2024 11:26 am



Viewing all articles
Browse latest Browse all 3862

Trending Articles