How To Install texlive-bxbase-doc on Fedora 36

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

Introduction

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

What is texlive-bxbase-doc

Documentation for bxbase

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

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

sudo dnf -y install texlive-bxbase-doc

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

sudo yum -y install texlive-bxbase-doc

How To Uninstall texlive-bxbase-doc on Fedora 36

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

sudo dnf remove texlive-bxbase-doc

texlive-bxbase-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-bxbase-doc
/usr/share/licenses/texlive-bxbase-doc/other-free.txt
/usr/share/texlive/texmf-dist/doc/latex/bxbase
/usr/share/texlive/texmf-dist/doc/latex/bxbase/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/bxbase/README-ja.md
/usr/share/texlive/texmf-dist/doc/latex/bxbase/README.md
/usr/share/texlive/texmf-dist/doc/latex/bxbase/bxbase-ja.pdf
/usr/share/texlive/texmf-dist/doc/latex/bxbase/bxbase-ja.tex

References

Summary

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