The above command will shows installed package version and also all the available versions in the repository according to the version of Ubuntu in which you are running.It doesn't display the package version which was intended for another version of Ubuntu(not your's).
$ sudo apt-get install gparted=0.16.1-1
Reading package lists... Done
Building dependency tree
Reading state information... Done
gparted is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 265 not upgraded.
How to know the version of installed package?
The above command will shows installed package version and also all the available versions in the repository according to the version of Ubuntu in which you are running.It doesn't display the package version which was intended for another version of Ubuntu(not your's).
Example:
So the installed gparted version is
0.16.1-1
.How to install a specific package version?
Example:
There is no general way to check the version of installed packages, but most of them can be checked using the command:
for example to know the version of apache2:
But this may not work with other packages so the best practice is to search the manual.
and search for the option of showing the version.
To install a specific version of a package:
For example: