Install necessary Linux fonts for the PAS installation
This solution document will guide on how to install necessary fonts, required for the PAS installation, to your Linux OS.
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.