How To Install texlive-inputtrc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-inputtrc on Fedora 36.
What is texlive-inputtrc
The package produces screen/log messages of the form ‘
INPUTTING ’ reporting LaTeX input commands ( and being file names). The message is indented to reflect the level of input nesting. Tracing may be turned on and off, and the unit of indentation may be adjusted. The implementation somewhat resembles those of packages FiNK and inputfile.
We can use yum or dnf to install texlive-inputtrc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-inputtrc.
Install texlive-inputtrc 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 using dnf by running the following command:
sudo dnf -y install texlive-inputtrc
Install texlive-inputtrc 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 using yum by running the following command:
sudo yum -y install texlive-inputtrc
How To Uninstall texlive-inputtrc on Fedora 36
To uninstall only the texlive-inputtrc package we can use the following command:
sudo dnf remove texlive-inputtrc
texlive-inputtrc Package Contents on Fedora 36
/usr/share/licenses/texlive-inputtrc
/usr/share/licenses/texlive-inputtrc/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/inputtrc
/usr/share/texlive/texmf-dist/tex/latex/inputtrc/inputtrc.RLS
/usr/share/texlive/texmf-dist/tex/latex/inputtrc/inputtrc.sty
References
Summary
In this tutorial we learn how to install texlive-inputtrc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).