November 8, 20196 yr Hi there! I am trying to install froxlor on a Qemu VM with debian 10.1 I am using the Wiki (https://github.com/Froxlor/Froxlor/wiki/Install-froxlor-on-debian) for the installation. The apt-get update will not succeed as I get the following message: W: GPG error: https://deb.froxlor.org/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY F6B4A8704F9E9BBC E: The repository 'https://deb.froxlor.org/debian buster InRelease' is not signed. Any help? Best regards Chris
November 8, 20196 yr Well it says it right there on the wiki page you are referring to: wget -O - https://deb.froxlor.org/froxlor.gpg | apt-key add -
November 8, 20196 yr Author Yes, I did that. And it says OK, but there seems to be an error in the gpg file? root@srv1:/usr/local/src# wget -O - https://deb.froxlor.org/froxlor.gpg | apt-key add - --2019-11-08 11:16:04-- https://deb.froxlor.org/froxlor.gpg Resolving deb.froxlor.org (deb.froxlor.org)... 82.149.225.211, 2a01:440:1:12:82:149:225:211 Connecting to deb.froxlor.org (deb.froxlor.org)|82.149.225.211|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1709 (1.7K) Saving to: 'STDOUT' - 100%[================================================================================================================>] 1.67K --.-KB/s in 0s 2019-11-08 11:16:04 (153 MB/s) - written to stdout [1709/1709] OK
November 8, 20196 yr yikes, seems like I've exported the key wrongly / or the wrong key...can you rerun the wget with apt-key add command and see whether the apt-get update command works then? Worked for me now
Archived
This topic is now archived and is closed to further replies.