How To Install texlive-pbibtex-base on Fedora 36

In this tutorial we learn how to install texlive-pbibtex-base in Fedora 36. texlive-pbibtex-base is Bibliography styles and miscellaneous files for pBibTeX

Introduction

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

What is texlive-pbibtex-base

These are miscellaneous files, including bibliography styles (.bst), for pBibTeX, which is a Japanese extended version of BibTeX contained in TeX Live. The bundle is a redistribution derived from the ptex-texmf distribution by ASCII MEDIA WORKS.

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

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

sudo dnf -y install texlive-pbibtex-base

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

sudo yum -y install texlive-pbibtex-base

How To Uninstall texlive-pbibtex-base on Fedora 36

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

sudo dnf remove texlive-pbibtex-base

texlive-pbibtex-base Package Contents on Fedora 36

/usr/share/licenses/texlive-pbibtex-base
/usr/share/licenses/texlive-pbibtex-base/bsd.txt
/usr/share/texlive/texmf-dist/pbibtex
/usr/share/texlive/texmf-dist/pbibtex/bib
/usr/share/texlive/texmf-dist/pbibtex/bib/jxampl.bib
/usr/share/texlive/texmf-dist/pbibtex/bst
/usr/share/texlive/texmf-dist/pbibtex/bst/jabbrv.bst
/usr/share/texlive/texmf-dist/pbibtex/bst/jalpha.bst
/usr/share/texlive/texmf-dist/pbibtex/bst/jipsj.bst
/usr/share/texlive/texmf-dist/pbibtex/bst/jname.bst
/usr/share/texlive/texmf-dist/pbibtex/bst/jorsj.bst
/usr/share/texlive/texmf-dist/pbibtex/bst/jplain.bst
/usr/share/texlive/texmf-dist/pbibtex/bst/junsrt.bst
/usr/share/texlive/texmf-dist/pbibtex/bst/tieice.bst
/usr/share/texlive/texmf-dist/pbibtex/bst/tipsj.bst

References

Summary

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