384 B
384 B
title, tags
| title | tags | |
|---|---|---|
| apt troubleshooting |
|
Messed up a package's configuration files?
sudo apt-get purge ${package}
sudo apt autoremove
Check if you still have related things:
apt search ${package}
sudo apt-get install ${package}
Still have problems?
sudo dpgk --force-confmiss -i /var/cache/apt/archives/${package}