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

Last updated: May 08,2024

1. Install "libmpfi-dev" package

Please follow the guidelines below to install libmpfi-dev on Kali Linux

$ sudo apt update $ sudo apt install libmpfi-dev

2. Uninstall "libmpfi-dev" package

This tutorial shows how to uninstall libmpfi-dev on Kali Linux:

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

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

Package: libmpfi-dev
Source: mpfi (1.5.3+ds-6)
Version: 1.5.3+ds-6+b1
Installed-Size: 288
Maintainer: Debian Science Maintainers
Architecture: amd64
Replaces: libmpfi0-dev (<< 1.5.1+ds-3)
Depends: libmpfi0 (= 1.5.3+ds-6+b1), libmpfi-dev-common (= 1.5.3+ds-6), libmpfr-dev, libgmp-dev
Conflicts: libmpfi-dev (<< 1.5.1+ds-3), libmpfi0-dev (<< 1.5.1+ds-3)
Size: 31168
SHA256: 737728501932ac7ac0e62ffeee1e93bbcacc6bb8c22da62474446e8f4d5356dd
SHA1: 64546231dd8a51c9950343be6616b0e1a690e771
MD5sum: 7756ab1468aad5a90c33870a000dd33c
Description: 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:
Multi-Arch: same
Homepage: https://gitlab.inria.fr/mpfi/mpfi
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/m/mpfi/libmpfi-dev_1.5.3+ds-6+b1_amd64.deb