Content
You are here:
Debian 10 key ignored unsupported filetype
Added by Jean Pierre Thibault almost 5 years ago
Bonjour
Trying to install OpenProject in Debian Buster on a one user workstation. Entered in the terminal the line
wget -qO- https://dl.packager.io/srv/opf/openproject/key | sudo apt-key add -
gives
OK W:
The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file has an unsupported filetype.
Any suggestion to overcome this roadblock ?
Merci beaucoup !
JPTh
Replies (2)
Thanks Thomas, thanks Cyril
Maybe the following message received via email is exactly what I need to know for the issue I raised.
I don't know. Will not say that I am more puzzled than I was but ... almost.
JPTh
Hi Jean Pierre
This looks like an issue caused by incomplete upgrade from Debian 9 to Debian 10.
Try the following in Debian's terminal :
rm -v **/etc/apt/**trusted.gpg
this will remove the faulty trusted.gpg file
Then
wget -qO- https:**//dl.packager.io/srv/opf/openproject/**key | sudo apt-key add -
should work correctly and you will be in position to proceed with the installation procedure.