Saturday, April 21, 2012

Force apt-get to reinstall config files

You can reinstall config files from a package with the following command:
apt-get -o DPkg::options::=--force-confmiss --reinstall install <package>

Thanks to skanx, the original post can be found at Force apt-get to reinstall config files | 6log