I tried running the command tlmgr install libertine to install a font. This gives me the following error:
tlmgr: updmap failed (status 1), output:
updmap [ERROR]: Either -sys or -user mode is required.
updmap [ERROR]: In nearly all cases you should use updmap -sys.
updmap [ERROR]: For special cases see http://tug.org/texlive/scripts-sys-user.html
tlmgr: package log updated: /home/roger/texmf/web2c/tlmgr.log
tlmgr: An error has occurred. See above messages. Exiting.
The only post I could find about this error was this. That allowed me to install the font correctly. However, I would like to be able to install font packages in the future using the command tlmgr install <package>.
Is there any way I can configure tlmgr to call udpmap-sys or udpmap-usr so that I can install packages with tlmgr without having to run any extra commands?
Or I need to get "updmap" to automatically work in sys or user mode rather than just print out "updmap [ERROR]: Either -sys or -user mode is required."
– skirodge Oct 23 '19 at 22:15I don't like to have any programs on my computer that aren't managed by apt. Apt will only install TexLive 2017 on Ubuntu 18.04 with default PPAs, so that's what I plan to stick with unless there is a feature I am missing.
I would like to get tlmgr working to install fonts, in case some are not available from apt.
– skirodge Oct 23 '19 at 22:50