fc-cache

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

Install

All systems
curl cmd.cat/fc-cache.sh
Debian Debian
apt-get install fontconfig
Ubuntu
apt-get install fontconfig
Alpine
apk add fontconfig
Arch Arch Linux
pacman -S fontconfig
image/svg+xml Kali Linux
apt-get install fontconfig
CentOS
yum install fontconfig
Fedora
dnf install fontconfig
Windows (WSL2)
sudo apt-get update sudo apt-get install fontconfig
OS X
brew install fontconfig
Raspbian
apt-get install fontconfig
Docker
docker run cmd.cat/fc-cache fc-cache powered by Commando

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

  • Generate font cache files:
    fc-cache
  • Force a rebuild of all font cache files, without checking if cache is up-to-date:
    fc-cache -f
  • Erase font cache files, then generate new font cache files:
    fc-cache -r

© tl;dr; authors and contributors