Answers to: is there a way to assert a font exists on ubuntu via shell or programmaticallyhttp://linuxexchange.org/questions/680/is-there-a-way-to-assert-a-font-exists-on-ubuntu-via-shell-or-programmatically<p>i've just installed some ttf. Not sure if everything I need is installed. How can I know?</p>enSat, 22 May 2010 19:47:17 -0400Answer by FewClueshttp://linuxexchange.org/questions/680/is-there-a-way-to-assert-a-font-exists-on-ubuntu-via-shell-or-programmatically/684<p>from the terminal enter <code>fc-cache</code> or <code>fc-list</code> to create a cache of fonts or to list the fonts installed. </p>FewCluesSat, 22 May 2010 19:47:17 -0400http://linuxexchange.org/questions/680/is-there-a-way-to-assert-a-font-exists-on-ubuntu-via-shell-or-programmatically/684