How To Install texlive-inputtrc-doc on Fedora 36

In this tutorial we learn how to install texlive-inputtrc-doc in Fedora 36. texlive-inputtrc-doc is Documentation for inputtrc

Introduction

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

What is texlive-inputtrc-doc

Documentation for inputtrc

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

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

sudo dnf -y install texlive-inputtrc-doc

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

sudo yum -y install texlive-inputtrc-doc

How To Uninstall texlive-inputtrc-doc on Fedora 36

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

sudo dnf remove texlive-inputtrc-doc

texlive-inputtrc-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-inputtrc-doc
/usr/share/licenses/texlive-inputtrc-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/inputtrc
/usr/share/texlive/texmf-dist/doc/latex/inputtrc/README
/usr/share/texlive/texmf-dist/doc/latex/inputtrc/README.pdf
/usr/share/texlive/texmf-dist/doc/latex/inputtrc/RELEASE.txt
/usr/share/texlive/texmf-dist/doc/latex/inputtrc/SrcFILEs.txt
/usr/share/texlive/texmf-dist/doc/latex/inputtrc/inputtrc.pdf

References

Summary

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