How To Install texlive-germbib-doc on Fedora 36

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

Introduction

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

What is texlive-germbib-doc

Documentation for germbib

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

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

sudo dnf -y install texlive-germbib-doc

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

sudo yum -y install texlive-germbib-doc

How To Uninstall texlive-germbib-doc on Fedora 36

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

sudo dnf remove texlive-germbib-doc

texlive-germbib-doc Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/bibtex/germbib
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/README.bibgerm
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/apalike.doc
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/apalike.germbib_sty
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/apalike.tex
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/btxdoc.tex
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/btxhak.tex
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/gerbibtx.bib
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/gerbibtx.tex
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/gerxampl.bib
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/schaum.bib
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/testbibgerm.tex
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/testgerb.tex
/usr/share/texlive/texmf-dist/doc/bibtex/germbib/xampl.bib

References

Summary

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