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

Last updated: May 19,2024

1. Install "libmpfi0-dev-common" package

This is a short guide on how to install libmpfi0-dev-common on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmpfi0-dev-common

2. Uninstall "libmpfi0-dev-common" package

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

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

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

Package: libmpfi0-dev-common
Priority: optional
Section: universe/libdevel
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: mpfi
Version: 1.5.1+ds-2
Replaces: libmpfi-dev (<= 1.5.1-3)
Provides: libmpfi-dev-common
Recommends: libmpfi0-dev (= 1.5.1+ds-2)
Conflicts: libmpfi-dev-common
Breaks: libmpfi-dev (<= 1.5.1-3)
Filename: pool/universe/m/mpfi/libmpfi0-dev-common_1.5.1+ds-2_all.deb
Size: 6952
MD5sum: b802b846e7e46b962cca9cf43e4cf6d2
SHA1: 9946c354642319a5f3fb91fb5d8ae040052f623b
SHA256: 6648a81640f370b4baf678defebcf0267bede44ce82e5283b840b2ec80160be5
Description-en: multiple precision floating-point interval computation library -- headers
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 headers needed by developers.
Description-md5: 16bad2ee62363c94c264e4d3d5bb4ec0
Multi-Arch: foreign
Homepage: http://mpfi.gforge.inria.fr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu