How to Install and Uninstall libmpfi-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: April 27,2024

1. Install "libmpfi-dev" package

Please follow the steps below to install libmpfi-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libmpfi-dev

2. Uninstall "libmpfi-dev" package

In this section, we are going to explain the necessary steps to uninstall libmpfi-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove libmpfi-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmpfi-dev package on Ubuntu 21.10 (Impish Indri)

Package: libmpfi-dev
Architecture: amd64
Version: 1.5.3+ds-5
Multi-Arch: same
Priority: optional
Section: universe/libdevel
Source: mpfi
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 329
Depends: libmpfi0 (= 1.5.3+ds-5), libmpfi-dev-common (= 1.5.3+ds-5), libmpfr-dev, libgmp-dev
Conflicts: libmpfi-dev (<< 1.5.1+ds-3), libmpfi0-dev (<< 1.5.1+ds-3)
Replaces: libmpfi0-dev (<< 1.5.1+ds-3)
Filename: pool/universe/m/mpfi/libmpfi-dev_1.5.3+ds-5_amd64.deb
Size: 32604
MD5sum: dcfef125ac8121356d2befecd19ceeb6
SHA1: a6304672d6b24db8b6f84c73683024cdd3bc9267
SHA256: 0c97240a8bd2ad4511cf551a10ab77707a008e569294082b5a446bf5a6d7b34e
SHA512: 71d86be938bc951f920481c337eb7ae5a27486def97c1e3fb6cded8bbfa2c9c6bdcb66a2dff2138cc433560ce79ba77535c9127c9c3e33bb18ec93c1e49e9288
Homepage: https://mpfi.gforge.inria.fr/
Description-en: multiple precision floating-point interval computation library -- libdev
This package provides a C library of functions for interval arithmetic
computations with arbitrary precision.
.
The basic principle of interval arithmetic consists in enclosing every number
by an interval containing it and being representable by machine numbers: for
instance it can be stored as its lower and upper endpoints and these bounds
are machine numbers, or as a centre and a radius which are machine numbers.
.
The arithmetic operations are extended for interval operands in such a way
that the exact result of the operation belongs to the computed interval.
.
The purpose of an arbitrary precision interval arithmetic is on the one hand
to get guaranteed results, thanks to interval computation, and on the other
hand to obtain accurate results, thanks to multiple precision arithmetic. The
MPFI library is built upon MPFR in order to benefit from the correct roundings
provided by MPFR. Further advantages of using MPFR are its portability and
compliance with the IEEE 754 standard for floating-point arithmetic.
.
This package provides the static library and symbolic links needed for
development.
Description-md5: b4a9e72e03e8fe69b6be2cb690144e91