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

Last updated: May 18,2024

1. Install "libmpfi0-dev" package

Please follow the guidance below to install libmpfi0-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmpfi0-dev

2. Uninstall "libmpfi0-dev" package

Please follow the guidance below to uninstall libmpfi0-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmpfi0-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 352
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: mpfi
Version: 1.5.1+ds-2
Replaces: libmpfi-dev (<= 1.5.1-3)
Provides: libmpfi-dev
Depends: libmpfi0 (= 1.5.1+ds-2), libmpfi0-dev-common (= 1.5.1+ds-2), libmpfr-dev, libgmp-dev
Breaks: libmpfi-dev (<= 1.5.1-3)
Filename: pool/universe/m/mpfi/libmpfi0-dev_1.5.1+ds-2_amd64.deb
Size: 32184
MD5sum: f3b6352194072b6fe04136e3c4337f64
SHA1: cdd1b6779ff173e971e490dc5a3fe0ace6143d8c
SHA256: 238d2b6d4732d48fde228f33d2e46a96bd58b9b7a4d530cbcc6bd4c36a2c0e42
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
Multi-Arch: same
Homepage: http://mpfi.gforge.inria.fr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu