bc

An arbitrary precision calculator language. See also: dc. More information: <https://manned.org/man/bc.1>.

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