How To Install texlive-sanitize-umlaut on Fedora 36

In this tutorial we learn how to install texlive-sanitize-umlaut in Fedora 36. texlive-sanitize-umlaut is sanitize umlauts for MakeIndex and pdfLaTeX

Introduction

In this tutorial we learn how to install texlive-sanitize-umlaut on Fedora 36.

What is texlive-sanitize-umlaut

This packages sanitizes umlauts to be used directly in index entries for MakeIndex and friends with pdfLaTeX. This means that inside \index an umlaut can be used as “U or as U. In both cases, the letter is written as “U into the raw index file for correct processing with MakeIndex and pdfLaTeX.

We can use yum or dnf to install texlive-sanitize-umlaut on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-sanitize-umlaut.

Install texlive-sanitize-umlaut on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install texlive-sanitize-umlaut using dnf by running the following command:

sudo dnf -y install texlive-sanitize-umlaut

Install texlive-sanitize-umlaut on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-sanitize-umlaut using yum by running the following command:

sudo yum -y install texlive-sanitize-umlaut

How To Uninstall texlive-sanitize-umlaut on Fedora 36

To uninstall only the texlive-sanitize-umlaut package we can use the following command:

sudo dnf remove texlive-sanitize-umlaut

texlive-sanitize-umlaut Package Contents on Fedora 36

/usr/share/licenses/texlive-sanitize-umlaut
/usr/share/licenses/texlive-sanitize-umlaut/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/sanitize-umlaut
/usr/share/texlive/texmf-dist/tex/latex/sanitize-umlaut/sanitize-umlaut.sty

References

Summary

In this tutorial we learn how to install texlive-sanitize-umlaut on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).