I have an other related probelm 'dpkg --verify' gives me:
"dpkg: error: control file 'md5sums' missing value separator"
But doesn't tell me *which* package has a problem.
I have to do this to locate this package:
for a in $(dpkg-query --show --showformat '${binary:Package}\n');
do dpkg --verify $a || echo $a;
done
By the way it's 'gootool', an unofficial package you may find here:
http://goofans.com/download/utility/gootool
The md5 seems fine; but this is an other problem.
Alexandre Detiste
gootool.md5sums
Description: Binary data

