How to install the latest gmp library in 12.04?

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.

1

1 Answer

You can install gmp using the following command.

sudo apt-get install libgmp3-dev

Also, check out this post.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like