How To Install texlive-biblatex-bookinarticle on Fedora 36

In this tutorial we learn how to install texlive-biblatex-bookinarticle in Fedora 36. texlive-biblatex-bookinarticle is Manage book edited in article

Introduction

In this tutorial we learn how to install texlive-biblatex-bookinarticle on Fedora 36.

What is texlive-biblatex-bookinarticle

This package provides two new biblatex entry types @bookinarticle and @bookinincollection, to refer to a modern edition of an old book, where this modern edition is provided in a @article or in a @incollection.

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

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

sudo dnf -y install texlive-biblatex-bookinarticle

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

sudo yum -y install texlive-biblatex-bookinarticle

How To Uninstall texlive-biblatex-bookinarticle on Fedora 36

To uninstall only the texlive-biblatex-bookinarticle package we can use the following command:

sudo dnf remove texlive-biblatex-bookinarticle

texlive-biblatex-bookinarticle Package Contents on Fedora 36

/usr/share/licenses/texlive-biblatex-bookinarticle
/usr/share/licenses/texlive-biblatex-bookinarticle/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/biblatex-bookinarticle
/usr/share/texlive/texmf-dist/tex/latex/biblatex-bookinarticle/biblatex-bookinarticle.sty

References

Summary

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