fc-cache

Scan font directories to build font cache files. More information: <https://manned.org/fc-cache>.

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-cache on any operating system with command-not-found.com