Link to home
Start Free TrialLog in
Avatar of DBDevOne
DBDevOne

asked on

How do I check the version of a program in Linux?

How do I check the version of a program in Linux? In command line interface.
ASKER CERTIFIED SOLUTION
Avatar of net_sec_guru
net_sec_guru

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sunjith
Sunjith

If -v does not work, try -V or --version
Avatar of DBDevOne

ASKER

Thank you!!