I wanted to have a complete installation of the La-pack on my Ubuntu 14.04.
So, I made the following installation commands on my system: sudo apt-get install libblas-dev checkinstall sudo apt-get install libblas-doc checkinstall sudo apt-get install liblapacke-dev checkinstall sudo apt-get install liblapack-doc checkinstall
But I need to make sure that the lapack-devel and lapack-dev are also installed. How do I confirm it ? If I havent installed then how to install it because when I tried sudo apt-get install lapack-devel it gave :
E: Unable to locate package lapack-devel as a response And same for lapack-dev