file

Determine file type. More information: <https://manned.org/file>.

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