How to Install and Uninstall libmpfi-dev-common Package on Kali Linux

Last updated: May 13,2024

1. Install "libmpfi-dev-common" package

In this section, we are going to explain the necessary steps to install libmpfi-dev-common on Kali Linux

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

2. Uninstall "libmpfi-dev-common" package

This is a short guide on how to uninstall libmpfi-dev-common on Kali Linux:

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

3. Information about the libmpfi-dev-common package on Kali Linux

Package: libmpfi-dev-common
Source: mpfi
Version: 1.5.3+ds-6
Installed-Size: 37
Maintainer: Debian Science Maintainers
Architecture: all
Replaces: libmpfi-dev (<< 1.5.1+ds-1), libmpfi0-dev-common (<< 1.5.1+ds-3)
Suggests: libmpfi-dev
Conflicts: libmpfi0-dev-common (<< 1.5.1+ds-3)
Breaks: libmpfi-dev (<< 1.5.1+ds-1)
Size: 11712
SHA256: d93b28314e30ce9ef7cc846a6451d3a494e47e7d1f916ea7a5db84e77bdd6d1d
SHA1: a94a5f6d606e844c440bd3b0263064828a380598
MD5sum: dec85431ad091199321a6f9d595115fc
Description: 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:
Multi-Arch: foreign
Homepage: https://gitlab.inria.fr/mpfi/mpfi
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/m/mpfi/libmpfi-dev-common_1.5.3+ds-6_all.deb