How To Install texlive-pbibtex-base-doc on Fedora 36

In this tutorial we learn how to install texlive-pbibtex-base-doc in Fedora 36. texlive-pbibtex-base-doc is doc files of pbibtex-base

Introduction

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

What is texlive-pbibtex-base-doc

Documentation for pbibtex-base

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

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

sudo dnf -y install texlive-pbibtex-base-doc

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

sudo yum -y install texlive-pbibtex-base-doc

How To Uninstall texlive-pbibtex-base-doc on Fedora 36

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

sudo dnf remove texlive-pbibtex-base-doc

texlive-pbibtex-base-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-pbibtex-base-doc
/usr/share/licenses/texlive-pbibtex-base-doc/bsd.txt
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/LICENSE
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/README.md
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/README_original
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/cpp.awk
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/generate.sh
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/jbibtex.bib
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/jbibtex.pdf
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/jbibtex.tex
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/jbtxbst.doc
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/jbtxdoc.bib
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/jbtxdoc.pdf
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/jbtxdoc.tex
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/jbtxhak.pdf
/usr/share/texlive/texmf-dist/doc/ptex/pbibtex/jbtxhak.tex

References

Summary

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