How to Install and Uninstall pi Package on Kali Linux

Last updated: June 03,2024

1. Install "pi" package

Please follow the step by step instructions below to install pi on Kali Linux

$ sudo apt update $ sudo apt install pi

2. Uninstall "pi" package

Please follow the instructions below to uninstall pi on Kali Linux:

$ sudo apt remove pi $ sudo apt autoclean && sudo apt autoremove

3. Information about the pi package on Kali Linux

Package: pi
Source: cln
Version: 1.3.7-1
Installed-Size: 32
Maintainer: Richard Kreckel
Architecture: amd64
Depends: libc6 (>= 2.34), libcln6, libgcc-s1 (>= 3.0), libstdc++6 (>= 13.1)
Size: 7128
SHA256: 6f1870b0891e99fb35636457b02727573ee51ed4e013162d6f6b56034ff30968
SHA1: be1ff5a1fe79a4d205253b1a9469827f0875050d
MD5sum: 6885cab01b0dca16c6875838e05b11ee
Description: Compute Archimedes' constant Pi to arbitrary precision
This program computes Archimedes' constant Pi to arbitrary precision.
It is extremely fast and the precision is only limited by your machine's
main memory.
.
This is a teaser for the CLN library, to which the actual computation is
delegated. You may use these decimal digits as random digits or search
them for hidden messages. :-)
Description-md5:
Homepage: http://www.ginac.de/CLN/
Tag: devel::examples, field::mathematics, game::toys, implemented-in::c++,
interface::commandline, role::program, use::calculating
Section: math
Priority: optional
Filename: pool/main/c/cln/pi_1.3.7-1_amd64.deb