2020-04-28 17:29:52 +02:00
|
|
|
---
|
|
|
|
title: "Error occured during the signature verification"
|
|
|
|
date: 2015-02-27
|
2021-03-11 19:47:26 +01:00
|
|
|
description: Fixing the "Error occured during the signature verification"
|
|
|
|
tags:
|
2021-03-11 23:15:31 +01:00
|
|
|
- Debian
|
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 apt-get “Error occured during the signature verification” :
|
|
|
|
{{< highlight sh >}}
|
|
|
|
cd /var/lib/apt
|
|
|
|
mv lists lists.old
|
|
|
|
mkdir -p lists/partial
|
|
|
|
aptitude update
|
|
|
|
{{< /highlight >}}
|