for A; do
	echo "$A"
	apt-cache show "$A" | grep Version:
	dpkg -l "$A" | grep -e '^.i' -e '^i.' | sed 's/   */  /g'
done
