Files
lk/distros/debian/apt.md
2026-04-20 06:09:58 +02:00

389 B

title, tags
title tags
apt troubleshooting
debian

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}