[Tex/LaTex] install fonts from CTAN using TeX Live Utility

ctanfontsinstallingmactex

I have the latest version of MacTeX installed, and want to add fonts from CTAN (or other packages) that are not part of the MacTeX distribution to my system. When I specify CTAN in TeX Live Utility as the repository to download a font from (e.g, http://www.ctan.org/tex-archive/fonts/) I get an error:

"Repository has a different TeX Live version … You need to switch
repositories in order to continue."

Clearly I'm doing something wrong. Can I use TeX Live Utility in this way to install and manage fonts that are not part of the MacTeX distribution? If not, what are my options?

Best Answer

You can't use tlmgr (or its front-end TeX Live Utility). There is a script called getnonfreefonts at http://www.tug.org/fonts/getnonfreefonts/ that you have to download with the Terminal command

curl -O http://tug.org/fonts/getnonfreefonts/install-getnonfreefonts

and then install with

sudo texlua install-getnonfreefonts

Then you can get direction on its use by

getnonfreefonts --help

For example, in order to install URW Garamond for all users you do

sudo getnonfreefonts-sys garamond

Installing fonts for one user only is not recommended.