Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question