How To Install texlive-biblatex-luh-ipw on Fedora 36

In this tutorial we learn how to install texlive-biblatex-luh-ipw in Fedora 36. texlive-biblatex-luh-ipw is Biblatex styles for social sciences

Introduction

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

What is texlive-biblatex-luh-ipw

The bundle is a small collection of styles for biblatex. It was designed for citations in the Humanities, following the guidelines of style of the institutes for the social sciences of the Leibniz University Hannover/LUH (especially the Institute of Political Science). The bundle depends on biblatex (version 1.1 at least) and cannot be used without it.

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

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

sudo dnf -y install texlive-biblatex-luh-ipw

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

sudo yum -y install texlive-biblatex-luh-ipw

How To Uninstall texlive-biblatex-luh-ipw on Fedora 36

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

sudo dnf remove texlive-biblatex-luh-ipw

texlive-biblatex-luh-ipw Package Contents on Fedora 36

/usr/share/licenses/texlive-biblatex-luh-ipw
/usr/share/licenses/texlive-biblatex-luh-ipw/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw/bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/authoryear-luh-ipw.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/standard-luh-ipw.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw/bbx/verbose-inote-luh-ipw.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw/cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/authoryear-luh-ipw.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/standard-luh-ipw.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw/cbx/verbose-inote-luh-ipw.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw/lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/english-luh-ipw.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-luh-ipw/lbx/german-luh-ipw.lbx

References

Summary

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