How To Install texlive-biblatex-lni on Fedora 36

In this tutorial we learn how to install texlive-biblatex-lni in Fedora 36. texlive-biblatex-lni is LNI style for BibLaTeX

Introduction

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

What is texlive-biblatex-lni

BibLaTeX style for the Lecture Notes in Informatics, which is published by the Gesellschaft fur Informatik (GI e.V.).

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

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

sudo dnf -y install texlive-biblatex-lni

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

sudo yum -y install texlive-biblatex-lni

How To Uninstall texlive-biblatex-lni on Fedora 36

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

sudo dnf remove texlive-biblatex-lni

texlive-biblatex-lni Package Contents on Fedora 36

/usr/share/licenses/texlive-biblatex-lni
/usr/share/licenses/texlive-biblatex-lni/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/biblatex-lni
/usr/share/texlive/texmf-dist/tex/latex/biblatex-lni/LNI-english.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-lni/LNI-ngerman.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-lni/LNI.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-lni/LNI.cbx

References

Summary

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