Long overdue first commit with content
This commit is contained in:
parent
f63ce5bdd8
commit
6cc9d8c72a
92 changed files with 2031 additions and 97 deletions
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: "Error occured during the signature verification"
|
||||
linkTitle: "Error occured during the signature verification"
|
||||
date: 2015-02-27
|
||||
description: >
|
||||
Error occured during the signature verification
|
||||
---
|
||||
|
||||
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 >}}
|
Loading…
Add table
Add a link
Reference in a new issue