How to Install and Uninstall libmpfi0 Package on Kali Linux

Last updated: May 18,2024

1. Install "libmpfi0" package

This tutorial shows how to install libmpfi0 on Kali Linux

$ sudo apt update $ sudo apt install libmpfi0

2. Uninstall "libmpfi0" package

Please follow the guidance below to uninstall libmpfi0 on Kali Linux:

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

3. Information about the libmpfi0 package on Kali Linux

Package: libmpfi0
Source: mpfi (1.5.3+ds-6)
Version: 1.5.3+ds-6+b1
Installed-Size: 123
Maintainer: Debian Science Maintainers
Architecture: amd64
Replaces: libmpfi (<< 1.5.1+ds-1)
Provides: libmpfi
Depends: libc6 (>= 2.4), libgmp10 (>= 2:6.2.1+dfsg1), libmpfr6 (>= 3.1.3)
Suggests: libmpfi-doc (= 1.5.3+ds-6)
Conflicts: libmpfi
Size: 36052
SHA256: b04a66c5928737f0adc321d8e31596a7af4505c4bd1bca0664b588de9219dec7
SHA1: 39500df8c3d8db343de5ed7cee7c7320340dfe40
MD5sum: 2df5e5613218de64cbf0ea9acdf49a4d
Description: 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:
Multi-Arch: same
Homepage: https://gitlab.inria.fr/mpfi/mpfi
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/m/mpfi/libmpfi0_1.5.3+ds-6+b1_amd64.deb