lsb_release

Provides certain LSB (Linux Standard Base) and distribution-specific information. More information: <https://manned.org/lsb_release>.

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