How to Install libgmp-dev in Ubuntu 18.04



Install libgmp-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libgmp-dev

Description:

Multiprecision arithmetic library developers tools

This development package provides the header files and the symbolic links to allow compilation and linking of programs that use the libraries provided in the libgmp10 package. . Both C and C++ bindings are present in this package. Package libstdc++-dev is required to use the C++ bindings. . The MPFR library (multiple-precision floating-point) used to be included, but has since been moved to package libmpfr-dev.

Homepage: http://gmplib.org/

Version: 2:6.1.2+dfsg-2

Section: libdevel