[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: verifying deb installation



> * how do I get dpkg to check the manifest list of the installed packages 
> against the files installed, and reinstall the missing ones? *

find /var/lib/dpkg/info -name '*.list' | sort | uniq | while read f
do if [ ! -e "$f" ]; then echo "$f is missing";fi;done

--
Wessel Dankers <wsl@nl.linux.org>

Chewing gum on /dev/sd3c



Reply to: