for A; do apt-cache show "$A" | perl -ne '/^Package: (.*)/ and print "$1"; if (/^Version: (.*)/) { print "=$1 "; exit; }'; done; echo
