How To Install texlive-idxlayout on Fedora 36
Introduction
In this tutorial we learn how to install texlive-idxlayout on Fedora 36.
What is texlive-idxlayout
The idxlayout package offers a key-value interface to configure index layout parameters, e.g. allowing for three-column indexes or for “parent” items and their affiliated subitems being typeset as a single paragraph. The package is responsive to the index-related options and commands of the KOMA-Script and memoir classes.
We can use yum or dnf to install texlive-idxlayout on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-idxlayout.
Install texlive-idxlayout 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-idxlayout using dnf by running the following command:
sudo dnf -y install texlive-idxlayout
Install texlive-idxlayout 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-idxlayout using yum by running the following command:
sudo yum -y install texlive-idxlayout
How To Uninstall texlive-idxlayout on Fedora 36
To uninstall only the texlive-idxlayout package we can use the following command:
sudo dnf remove texlive-idxlayout
texlive-idxlayout Package Contents on Fedora 36
/usr/share/licenses/texlive-idxlayout
/usr/share/licenses/texlive-idxlayout/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/idxlayout
/usr/share/texlive/texmf-dist/tex/latex/idxlayout/idxlayout.sty
References
Summary
In this tutorial we learn how to install texlive-idxlayout on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).