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,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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue