how do I determine which version of the hdf5 library is installed on my system? Is there a command line? I tried to use the dpkg-query --list command but it doesn't work.
dpkg-query --list
I am on ubuntu
Have you tried this?
dpkg -l | grep hdf5
This may help you https://superuser.com/a/690391.