fc-list

List available fonts installed on the system. More information: <https://manned.org/fc-list>.

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