[SOLVED] APT Error "The key in the keyring /etc/apt/trusted.gpg are ignored as the file has unsupported filetype" while trying to update to 7.2/3

Exio

Member
Mar 30, 2022
55
8
13
Thats all... i got this error while trying to update my pve, doing 'apt-get update', already in 7.1v.

Im a "newbie" so tell me what do you need to see more info, ill be waiting for anwsers.

Thanks

1677431997022.png
 
Last edited:
Please don't unnecessarily bump your threads.
Sorry, had urgence for it...


1st did:
Code:
rm -r /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg

2nd:
Code:
wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg

3rd:
Code:
apt-get update

4th:
Code:
apt-get dist-upgrade

And it works! Thanks Matthias for your help, i was doing it wrong with

Code:
wget http://download.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg/proxmox-release-bullseye.gpg

I had a folder with .gpg and the file inside, dont know why.

Solved!