How to Install and Uninstall calc Package on Kali Linux

Last updated: May 19,2024

1. Install "calc" package

Learn how to install calc on Kali Linux

$ sudo apt update $ sudo apt install calc

2. Uninstall "calc" package

Learn how to uninstall calc on Kali Linux:

$ sudo apt remove calc $ sudo apt autoclean && sudo apt autoremove

3. Information about the calc package on Kali Linux

Package: calc
Version: 2.15.0.4-1
Installed-Size: 950
Maintainer: Martin Buck
Architecture: amd64
Replaces: apcalc (<< 2.12.7.2-3~)
Depends: calc-common (= 2.15.0.4-1), sensible-utils, libc6 (>= 2.36), libreadline8 (>= 6.0)
Breaks: apcalc (<< 2.12.7.2-3~)
Size: 345424
SHA256: 8d19e1ec67a526d01b5959228ca3572e9313e74041474b09fd0d1d4aec815012
SHA1: 7c0b3ce0f5e71c7653d7f67a2da3ce9d98891b19
MD5sum: 089d9d9a0e13cbc58f6226c07933b0b9
Description: Arbitrary precision calculator
Calc is an arbitrary precision arithmetic system that uses a C-like
language. Calc is useful as a calculator, an algorithm prototyper and as a
mathematical research tool. More importantly, calc provides one with a
machine independent means of computation. Calc comes with a rich set of
builtin mathematical and programmatic functions.
.
Calc is built on top of the library libcalc that represents numeric values
as fractions reduced to their lowest terms. This library can also be used
to add arbitrary precision capabilities to your own programs and is
available in the Debian package `calc-dev'.
Description-md5:
Homepage: http://www.isthe.com/chongo/tech/comp/calc/
Section: math
Priority: optional
Filename: pool/main/c/calc/calc_2.15.0.4-1_amd64.deb