How to force a re-install from deb repository after local package screw-up?
apt-get --reinstall install mypackage
Option --reinstall
will tell apt-get to install the given package, even if it believes that the same version is already installed.