Ubuntu – How to install the latest gmp library in 12.04

software installation

I know it should be of the form "sudo apt-get install ". But what should be the name of the library? And after installing, how to verify that it has been installed correctly.

Best Answer

You can install gmp using the following command.

sudo apt-get install libgmp3-dev

Also, check out this post.