2020-04-28 17:29:52 +02:00
|
|
|
---
|
|
|
|
title: "Fix the no public key available error"
|
|
|
|
date: 2016-01-27
|
2021-03-11 19:47:26 +01:00
|
|
|
description: How to fix this common debian error when using non official repositories
|
|
|
|
tags:
|
|
|
|
- debian
|
|
|
|
- linux
|
2020-04-28 17:29:52 +02:00
|
|
|
---
|
|
|
|
|
2021-03-11 19:47:26 +01:00
|
|
|
## How to fix
|
|
|
|
|
2020-04-28 17:29:52 +02:00
|
|
|
Here is how to fix the no public key available error :
|
|
|
|
{{< highlight sh >}}
|
|
|
|
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEYID
|
|
|
|
{{< /highlight >}}
|