How to Install and Uninstall dc Package on Kali Linux

Last updated: May 02,2024

1. Install "dc" package

Please follow the guidance below to install dc on Kali Linux

$ sudo apt update $ sudo apt install dc

2. Uninstall "dc" package

This guide let you learn how to uninstall dc on Kali Linux:

$ sudo apt remove dc $ sudo apt autoclean && sudo apt autoremove

3. Information about the dc package on Kali Linux

Package: dc
Source: bc (1.07.1-3)
Version: 1.07.1-3+b1
Installed-Size: 154
Maintainer: Ryan Kavanagh
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 72384
SHA256: 4440b6964af7911a7994d9d863ae0f74efe5b354aad0753b3ea96a6d25555b2f
SHA1: c4e686589e24927bf1af6c1913e35c954c536d40
MD5sum: 87839d4e57d2d06e4f33b39c8c21ea0d
Description: GNU dc arbitrary precision reverse-polish calculator
GNU dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic. It also allows you to define and call macros.
.
A reverse-polish calculator stores numbers on a stack. Entering a number
pushes it on the stack. Arithmetic operations pop arguments off the
stack and push the results.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.gnu.org/software/bc/
Tag: devel::interpreter, field::mathematics, interface::commandline,
role::program, scope::utility, suite::gnu, use::calculating
Section: math
Priority: optional
Filename: pool/main/b/bc/dc_1.07.1-3+b1_amd64.deb