aboutsummaryrefslogtreecommitdiff
path: root/content/blog/debian/no-public-key-error.md
blob: a16938eef98b5adbf107f62515ae039a7ee5267a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: "Fix the no public key available error"
date: 2016-01-27
description: How to fix this common debian error when using non official repositories
tags:
  - debian
  - linux
---

## 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 >}}