How to Install and Uninstall libnum-ocaml Package on Kali Linux

Last updated: May 17,2024

1. Install "libnum-ocaml" package

This guide let you learn how to install libnum-ocaml on Kali Linux

$ sudo apt update $ sudo apt install libnum-ocaml

2. Uninstall "libnum-ocaml" package

Please follow the guidance below to uninstall libnum-ocaml on Kali Linux:

$ sudo apt remove libnum-ocaml $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnum-ocaml package on Kali Linux

Package: libnum-ocaml
Source: ocaml-num
Version: 1.5-1
Installed-Size: 586
Maintainer: Debian OCaml Maintainers
Architecture: amd64
Provides: libnum-ocaml-gltn3
Depends: libstdlib-ocaml-ep7y0, ocaml-base-4.14.1, libc6 (>= 2.2.5)
Size: 169256
SHA256: 2077a7a9a27d0d072ff8d939d935fbdb1a24fe2106056344436afb84346685dd
SHA1: 9e51202c928f862bf93f7081799e9d56e9f0f2fe
MD5sum: 5bad82fb60cb264808298f6814198287
Description: library for arbitrary-precision and rational arithmetic (runtime)
This OCaml library implements arbitrary-precision arithmetic on big
integers and on rationals.
.
This is a legacy library. It used to be part of the core OCaml
distribution (in otherlibs/num) but is now distributed separately. New
applications that need arbitrary-precision arithmetic should use the
Zarith library (https://github.com/ocaml/Zarith) instead of the Num
library, and older applications that already use Num are encouraged to
switch to Zarith. Zarith delivers much better performance than Num and
has a nicer API.
.
This package contains runtime files.
Description-md5:
Homepage: https://github.com/ocaml/num
Section: ocaml
Priority: optional
Filename: pool/main/o/ocaml-num/libnum-ocaml_1.5-1_amd64.deb