dc

An arbitrary precision calculator. Uses reverse polish notation (RPN). See also: bc. More information: <https://www.gnu.org/software/bc/manual/dc-1.05/html_mono/dc.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y dc
Ubuntu
RUN apt-get update && \ apt-get install -y dc
Arch Arch Linux
RUN pacman -S --noconfirm plan9port
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y dc
CentOS
RUN yum install -y dc
Fedora
RUN dnf install -y dc
Raspbian
RUN apt-get update && \ apt-get install -y dc
click the source code to copy install dc on any operating system with command-not-found.com