How To Install texlive-selinput on Fedora 36

In this tutorial we learn how to install texlive-selinput in Fedora 36. texlive-selinput is Semi-automatic detection of input encoding

Introduction

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

What is texlive-selinput

This package selects the input encoding by specifying pairs of input characters and their glyph names.

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

Install texlive-selinput 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-selinput using dnf by running the following command:

sudo dnf -y install texlive-selinput

Install texlive-selinput 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-selinput using yum by running the following command:

sudo yum -y install texlive-selinput

How To Uninstall texlive-selinput on Fedora 36

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

sudo dnf remove texlive-selinput

texlive-selinput Package Contents on Fedora 36

/usr/share/licenses/texlive-selinput
/usr/share/licenses/texlive-selinput/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/selinput
/usr/share/texlive/texmf-dist/doc/latex/selinput/README.md
/usr/share/texlive/texmf-dist/doc/latex/selinput/selinput.pdf
/usr/share/texlive/texmf-dist/tex/latex/selinput
/usr/share/texlive/texmf-dist/tex/latex/selinput/selinput.sty

References

Summary

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