How To Install texlive-logreq-doc on Fedora 36

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

Introduction

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

What is texlive-logreq-doc

Documentation for logreq

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

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

sudo dnf -y install texlive-logreq-doc

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

sudo yum -y install texlive-logreq-doc

How To Uninstall texlive-logreq-doc on Fedora 36

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

sudo dnf remove texlive-logreq-doc

texlive-logreq-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-logreq-doc
/usr/share/licenses/texlive-logreq-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/logreq
/usr/share/texlive/texmf-dist/doc/latex/logreq/README
/usr/share/texlive/texmf-dist/doc/latex/logreq/examples
/usr/share/texlive/texmf-dist/doc/latex/logreq/examples/01-basic.run.xml
/usr/share/texlive/texmf-dist/doc/latex/logreq/examples/01-basic.tex
/usr/share/texlive/texmf-dist/doc/latex/logreq/examples/02-index.run.xml
/usr/share/texlive/texmf-dist/doc/latex/logreq/examples/02-index.tex
/usr/share/texlive/texmf-dist/doc/latex/logreq/examples/03-biblatex+bibtex8.run.xml
/usr/share/texlive/texmf-dist/doc/latex/logreq/examples/03-biblatex+bibtex8.tex
/usr/share/texlive/texmf-dist/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.run.xml
/usr/share/texlive/texmf-dist/doc/latex/logreq/examples/04-biblatex+bibtex+refsections.tex
/usr/share/texlive/texmf-dist/doc/latex/logreq/examples/05-biblatex+biber.run.xml
/usr/share/texlive/texmf-dist/doc/latex/logreq/examples/05-biblatex+biber.tex

References

Summary

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