[Fedora TeX Live] updmap.cfg issues

Pjotr Markevitch pjotr.markevitch at gmail.com
Thu Aug 11 17:13:02 CEST 2011


Pjotr Markevitch <pjotr.markevitch at ...> writes:


[snip] 
> packages=$(yum --disablerepo=* provides '/usr/share/texlive/texmf-dist/*.map' 
> | grep 'texlive-' | cut -f 1 -d ':'); rpm -e --nodeps $packages; yum install 
> -y $packages;
[snip]

Additionally, besides the above remove/install procedure, you can also try a 
less invasive approach. After setting the $packages variable as above, you can 
execute:

rpm -q $packages --scripts | egrep '^echo.*updmap\.cfg$' | sed -e 's/^echo \"\
(.*\)\".*/\1/g'

to see which Map and MixedMap entries should be present in your updmap.cfg file 
(besides the entries you've manually added). This approach is recommended if the 
original rpm's are no longer available (i.e. due to an outdated install like my 
TL2010 install) and updating is not an option.



More information about the TeXLive mailing list