Christian Seberino wrote:
> After a beginner has managed to get a bunch of
> Debian packages on his system how does he
> verify he didn't mess any of the up? ... or that
> no dependencies are missing?
> 
> 
> Is there some command to check integrity (hashes, checksums, etc.)
> of files installed?

Look in /var/lib/dpkg/info/<pacakge>.md5sums
You can verify with:
% md5sum -c <(cat /var/lib/dpkg/info/*.md5sums)

-john


-- 
KPLUG-List@kernel-panic.org
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to