Rewrote the whole website to get rid on a heavy theme
This commit is contained in:
parent
3ea54810ad
commit
60d3abc6ec
122 changed files with 346 additions and 2558 deletions
15
content/blog/debian/error-during-signature-verification.md
Normal file
15
content/blog/debian/error-during-signature-verification.md
Normal file
|
@ -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