How can I check the version of packages to be installed with apt-get?

apt-cache show <packagename>

should include the full version numbers.


If you just want the version info without the description and such, use apt-cache policy instead of apt-cache show.