I have a vim on my debian system. I want to update vim by apt-get install vim. But I'm not sure about the version which will be installed. If it is not the version I want, I will install by sources. How can I know what version will be installed? aptitude search or apt-cache search only gives me a short description, not the version. And aptitude show or apt-get show gives version information of installed packages. Thanks in advance.