I mistakenly screwed up my tex-live installation on lenny, by trying to locally install some squeeze packages.

I've got a list of packages that are in state 'pU', and I'd like to replace them all by the a clean known to be working repository version.

How do I do that?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.