How To Install texlive-biblatex-nejm on Fedora 36

In this tutorial we learn how to install texlive-biblatex-nejm in Fedora 36. texlive-biblatex-nejm is Biblatex style for the New England Journal of Medicine (NEJM)

Introduction

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

What is texlive-biblatex-nejm

This is a biblatex numeric style based on the design of the New England Journal of Medicine (NEJM).

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

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

sudo dnf -y install texlive-biblatex-nejm

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

sudo yum -y install texlive-biblatex-nejm

How To Uninstall texlive-biblatex-nejm on Fedora 36

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

sudo dnf remove texlive-biblatex-nejm

texlive-biblatex-nejm Package Contents on Fedora 36

/usr/share/licenses/texlive-biblatex-nejm
/usr/share/licenses/texlive-biblatex-nejm/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/biblatex-nejm
/usr/share/texlive/texmf-dist/tex/latex/biblatex-nejm/nejm.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-nejm/nejm.cbx

References

Summary

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