How To Install texlive-texbytopic-doc on Fedora 36

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

Introduction

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

What is texlive-texbytopic-doc

Documentation for texbytopic

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

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

sudo dnf -y install texlive-texbytopic-doc

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

sudo yum -y install texlive-texbytopic-doc

How To Uninstall texlive-texbytopic-doc on Fedora 36

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

sudo dnf remove texlive-texbytopic-doc

texlive-texbytopic-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-texbytopic-doc
/usr/share/licenses/texlive-texbytopic-doc/fdl.txt
/usr/share/texlive/texmf-dist/doc/plain/texbytopic
/usr/share/texlive/texmf-dist/doc/plain/texbytopic/README
/usr/share/texlive/texmf-dist/doc/plain/texbytopic/TeXbyTopic.pdf
/usr/share/texlive/texmf-dist/doc/plain/texbytopic/TeXbyTopic.tex
/usr/share/texlive/texmf-dist/doc/plain/texbytopic/figflow.tex
/usr/share/texlive/texmf-dist/doc/plain/texbytopic/glossary.tex
/usr/share/texlive/texmf-dist/doc/plain/texbytopic/tables.tex
/usr/share/texlive/texmf-dist/doc/plain/texbytopic/tex.bib

References

Summary

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