fc-list

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

Install

All systems
curl cmd.cat/fc-list.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-list fc-list powered by Commando

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

  • Return a list of installed fonts in your system:
    fc-list
  • Return a list of installed fonts with given name:
    fc-list | grep 'DejaVu Serif'
  • Return the number of installed fonts in your system:
    fc-list | wc -l

© tl;dr; authors and contributors