Y
Y
yaNitik2015-08-23 09:17:23
ubuntu
yaNitik, 2015-08-23 09:17:23

How to check the installed module version?

Installed the module
sudo apt-get install php5-cli
How can I see its version now?
* I know how to look at the version in the repository, this is not necessary, but it is necessary to look at the version of the local, installed module.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin ™, 2015-08-23
@yaNitik

Maybe I misunderstood you, but the installed package version can be seen with the command:
dpkg -s <package-name> | grep Version
ps If you remove | grep Version, you can see the complete information about the package.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question