359 B
359 B
title | date | description | tags | ||
---|---|---|---|---|---|
Fix the no public key available error | 2016-01-27 | How to fix this common debian error when using non official repositories |
|
How to fix
Here is how to fix the no public key available error : {{< highlight sh >}} apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEYID {{< /highlight >}}