size

Displays the sizes of sections inside binary files. More information: <https://sourceware.org/binutils/docs/binutils/size.html>.

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