lk/distros/debian/apt.md
Malin Freeborn ba8026e0c3
change formatting
input examples are now given as

```bash
input $ARG1
```

While outputs use md's '> ' sign as a quote.
2023-06-17 21:28:20 +02:00

419 B

title tags
apt
Documentation
distros

apt

Configurations?

Messed up a package's configuration files?

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]