Table of Contents

Installing on Linux: Missing fonts

Situation

When installing in a Linux environment, the following error message occurs:

Unpacking JRE ...
Starting Installer ...
java.lang.Error: Probable fatal error:No fonts found.

Solution

Ubuntu / Debian

sudo apt-get install fonts-dejavu fontconfig

Redhat / CentOS

sudo yum install fontconfig dejavu-sans-fonts dejavu-serif-fonts

SUSE Linux

sudo zypper install dejavu-fonts fontconfig

Other Linux distribution

Please find the documentation for the linux distribution to be able to find help on how to properly install the fonts required.