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

Last updated: May 20,2024

1. Install "libmpfi0" package

This guide let you learn how to install libmpfi0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmpfi0

2. Uninstall "libmpfi0" package

In this section, we are going to explain the necessary steps to uninstall libmpfi0 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libmpfi0
Priority: optional
Section: universe/libs
Installed-Size: 135
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: amd64
Source: mpfi
Version: 1.5.1+ds-2
Replaces: libmpfi (<= 1.5.1-3)
Provides: libmpfi
Depends: libc6 (>= 2.4), libgmp10 (>= 2:6.0), libmpfr4 (>= 3.1.3)
Suggests: libmpfi-doc (= 1.5.1+ds-2)
Conflicts: libmpfi
Filename: pool/universe/m/mpfi/libmpfi0_1.5.1+ds-2_amd64.deb
Size: 31112
MD5sum: 5ec051eb0e0742127950f31e35f94d5d
SHA1: 03291bb44753cbfb85a098d0843827216381f5f7
SHA256: b573547ffe182b304da6b968c5e4d8fa7f85cb7a04464dde1f55e126616aff6e
Description-en: multiple precision floating-point interval computation library -- lib
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 dynamic library.
Description-md5: 062409ab526856212342ab4f10dcb533
Multi-Arch: same
Homepage: http://mpfi.gforge.inria.fr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu