leeand00's picture

When I run apt-get on Turnkey 13 Moodle I get the following errors:

 

W: There is no public key available for the following key IDs:
9D6D8F6BC857C906
W: There is no public key available for the following key IDs:
7638D0442B90D010

 

Is this an issue?  Does it have something to do with apt-get having the wrong public key?

Is there a new key somewhere I could get?

Forum: 
Jeremy Davis's picture

But it's really easy to fix. AFAIK it's because Debian updated their keys. Fix it like this:
apt-get update && apt-get install debian-keyring debian-archive-keyring

Add new comment