lk/distros/debian/apt.md

25 lines
369 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
title: "apt"
tags: [ "Documentation", "distros" ]
---
2020-01-02 00:04:35 +00:00
## apt
### Configurations?
2022-01-22 18:57:34 +00:00
Messed up a package's configuration files?
2020-01-02 00:04:35 +00:00
> sudo apt-get purge [thing]
> sudo apt autoremove
Check if you still have related things:
> apt search [thing]
> sudo apt-get install [ thing ]
Still have problems?
> sudo dpgk --force-confmiss -i /var/cache/apt/archives/[thing]