blob: 9eccd74b944d5b9bdff875008704d8f330e8fe39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
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
---
## How to fix
Here is how to fix the no public key available error :
```sh
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEYID
```
|