How to Install and Uninstall libmpfi-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 15,2024

1. Install "libmpfi-doc" package

Please follow the instructions below to install libmpfi-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmpfi-doc

2. Uninstall "libmpfi-doc" package

This guide covers the steps necessary to uninstall libmpfi-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libmpfi-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmpfi-doc
Priority: optional
Section: universe/doc
Installed-Size: 321
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)
Suggests: libmpfi0 (= 1.5.1+ds-2), libmpfi0-dev (= 1.5.1+ds-2), pdf-viewer
Breaks: libmpfi-dev (<= 1.5.1-3)
Filename: pool/universe/m/mpfi/libmpfi-doc_1.5.1+ds-2_all.deb
Size: 290866
MD5sum: 41587f5017b8e528d22bf03ea10aa902
SHA1: 50a3bec5b0ae2e1548c8dae91fa1d8bca0ef4825
SHA256: 1fee77bb521491f04fec38a037218158f8166f9d05c7235cee66f2e23b6ed739
Description-en: multiple precision floating-point interval computation library -- doc
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 user manual.
Description-md5: f91bd601adb0e54e67c6cda299f13229
Multi-Arch: foreign
Homepage: http://mpfi.gforge.inria.fr/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu