How to Install and Uninstall libmpfrc++-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libmpfrc++-dev" package

Please follow the guidelines below to install libmpfrc++-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmpfrc++-dev

2. Uninstall "libmpfrc++-dev" package

This guide covers the steps necessary to uninstall libmpfrc++-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmpfrc++-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmpfrc++-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmpfrc++-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 134
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: mpfrc++
Version: 3.6.3+ds-1
Depends: libmpfr-dev
Filename: pool/universe/m/mpfrc++/libmpfrc++-dev_3.6.3+ds-1_all.deb
Size: 18488
MD5sum: dac5480705f0802e069263333a86d02a
SHA1: 9e49d75fdc680ad0c6627251facd9cd50bc0ceb6
SHA256: 018a445e99b470e99519a36054e2a822dd8f72fffcc5f81f5ceef333680e8c98
Description-en: multi-precision floating point number class for C++
MPFR C++ introduces C++ arbitrary precision numeric types; based on
GNU MPFR --- Multiple Precision Floating-Point Reliable Library.
.
MPFR C++ makes possible to use MPFR calculations in the same simple
way as calculations with numbers of built-in types double or float:
all arithmetic and boolean operators (+, -, *, /, >, !=, etc.) are
implemented through operator overloading technique; elementary
mathematical functions (sqrt, pow, sin, cos, etc.) are supported.
Description-md5: cea93988c8a7a85d6c06e9c6d82fe0f6
Homepage: http://www.holoborodko.com/pavel/mpfr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu