aboutsummaryrefslogtreecommitdiff
path: root/content/blog/debian/error-during-signature-verification.md
blob: 117fcf9e0f39f4f0c8687ed9226026aa3852e8fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: "Error occured during the signature verification"
date: 2015-02-27
description: Fixing the "Error occured during the signature verification" on Debian
tags:
  - Debian
---

## How to fix

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