diff options
Diffstat (limited to 'content/blog/debian/no-public-key-error.md')
-rw-r--r-- | content/blog/debian/no-public-key-error.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/content/blog/debian/no-public-key-error.md b/content/blog/debian/no-public-key-error.md new file mode 100644 index 0000000..15e9a01 --- /dev/null +++ b/content/blog/debian/no-public-key-error.md @@ -0,0 +1,12 @@ +--- +title: "Fix the no public key available error" +linkTitle: "Fix the no public key available error" +date: 2016-01-27 +description: > + Fix the no public key available error +--- + +Here is how to fix the no public key available error : +{{< highlight sh >}} +apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEYID +{{< /highlight >}} |