How To Install texlive-logreq on Fedora 36
Introduction
In this tutorial we learn how to install texlive-logreq on Fedora 36.
What is texlive-logreq
The package helps to automate a typical LaTeX workflow that involves running LaTeX several times, running tools such as BibTeX or makeindex, and so on. It will log requests like “please rerun LaTeX” or “please run BibTeX on file X” to an external XML file which lists all open tasks in a machine- readable format. Compiler scripts and integrated LaTeX editing environments may parse this file to determine the next steps in the workflow in a way that is more efficient than parsing the main log file. In sum, the package will do two things package authors to use LaTeX commands to issue requests, collect all requests from all packages and write them to an external XML file at the end of the document.
We can use yum or dnf to install texlive-logreq on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-logreq.
Install texlive-logreq 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-logreq using dnf by running the following command:
sudo dnf -y install texlive-logreq
Install texlive-logreq 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-logreq using yum by running the following command:
sudo yum -y install texlive-logreq
How To Uninstall texlive-logreq on Fedora 36
To uninstall only the texlive-logreq package we can use the following command:
sudo dnf remove texlive-logreq
texlive-logreq Package Contents on Fedora 36
/usr/share/licenses/texlive-logreq
/usr/share/licenses/texlive-logreq/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/logreq
/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def
/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty
References
Summary
In this tutorial we learn how to install texlive-logreq on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).