Thursday, January 09, 2014

See What Version of a Package Is Installed on Ubuntu

To check which version of package is installed in your machine, you can use a simple terminal command which is given bellow:


           dpkg -s <packagename> 


For Example, i want to see the openssl pacakage version, so that the command will looks like:

          dpkg -s openssl