mimetype

Automatically determine the MIME type of a file. More information: <https://manned.org/mimetype>.

Debian Debian
RUN apt-get update && \ apt-get install -y libfile-mimeinfo-perl
Ubuntu
RUN apt-get update && \ apt-get install -y libfile-mimeinfo-perl
Arch Arch Linux
RUN pacman -S --noconfirm perl-File-MimeInfo
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y libfile-mimeinfo-perl
Raspbian
RUN apt-get update && \ apt-get install -y libfile-mimeinfo-perl
click the source code to copy install mimetype on any operating system with command-not-found.com