How can i get libatlas-base-dev version?

Hello,

Please i have installed libatlas-base-dev on my Ubuntu Trusty Tahr:

sudo apt-get install libatlas-base-dev

Which command can i use to get the version of the library installed ?

Thanks a lot.

Best Regards.

Try

dpkg -l | grep "libatlas-base-dev"

Hope that helps
Regards
Peasant.

1 Like
libatlas-base-dev                3.10.1-4                         amd64        Automatically Tuned Linear Algebra Software, generic static

Thanks a lot.
Best Regards.