First big articles reformatting now that I properly understand hugo
This commit is contained in:
parent
5e6844592a
commit
1a4981a826
40 changed files with 184 additions and 173 deletions
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
title: "Debian"
|
||||
linkTitle: "Debian"
|
||||
weight: 40
|
||||
---
|
|
@ -1,11 +1,14 @@
|
|||
---
|
||||
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
|
||||
description: Fixing the "Error occured during the signature verification"
|
||||
tags:
|
||||
- debian
|
||||
- linux
|
||||
---
|
||||
|
||||
## How to fix
|
||||
|
||||
Here is how to fix the apt-get “Error occured during the signature verification” :
|
||||
{{< highlight sh >}}
|
||||
cd /var/lib/apt
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
---
|
||||
title: "Force package removal"
|
||||
linkTitle: "Force package removal"
|
||||
date: 2015-01-27
|
||||
description: >
|
||||
Force package removal
|
||||
description: How to force the removal of a package
|
||||
tags:
|
||||
- debian
|
||||
- linux
|
||||
---
|
||||
|
||||
## How to force the removal of a package
|
||||
|
||||
Here is how to force package removal when post-uninstall script fails :
|
||||
{{< highlight sh >}}
|
||||
dpkg --purge --force-all <package>
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
---
|
||||
title: "Fix the no public key available error"
|
||||
linkTitle: "Fix the no public key available error"
|
||||
date: 2016-01-27
|
||||
description: >
|
||||
Fix the no public key available error
|
||||
description: How to fix this common debian error when using non official repositories
|
||||
tags:
|
||||
- debian
|
||||
- linux
|
||||
---
|
||||
|
||||
## How to fix
|
||||
|
||||
Here is how to fix the no public key available error :
|
||||
{{< highlight sh >}}
|
||||
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys KEYID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue