YunoHost-Apps / borg_ynh

An experimental Borg implementation for YunoHost
https://www.borgbackup.org/
GNU Affero General Public License v3.0
19 stars 25 forks source link

Install failed because apt is not happy about the backports (because key is unknown) #11

Closed alexAubin closed 5 years ago

alexAubin commented 5 years ago

During a test of this app, the install failed because :

W: GPG error: http://cdn-fastly.deb.debian.org/debian stretch-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010

was able to solve the issue by manually adding the key with :

gpg --keyserver pgpkeys.mit.edu --recv-keys 7638D0442B90D010
gpg --armor --export 7638D0442B90D010 | apt-key add -

(though the first one took 3 trials before succeeding on my machine ...?)

zamentur commented 5 years ago

http://markjatboinc.blogspot.com/2017/09/add-stretch-backports-to-rpi.html

zamentur commented 5 years ago

We don't use backport anymore