Say I have python-twisted installed.
sudo apt-get -V check python-twisted
does not show the version number, just
Reading package lists... Done
Building dependency tree
Reading state information... Done
How do I get apt-get to print the currently installed version number for an application?
