How To Install texlive-biblatex-socialscienceshuberlin on Fedora 36

In this tutorial we learn how to install texlive-biblatex-socialscienceshuberlin in Fedora 36. texlive-biblatex-socialscienceshuberlin is BibLaTeX-style for the social sciences at HU Berlin

Introduction

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

What is texlive-biblatex-socialscienceshuberlin

This is a BibLaTeX style for the social sciences at the Humboldt-Universitat zu Berlin.

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

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

sudo dnf -y install texlive-biblatex-socialscienceshuberlin

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

sudo yum -y install texlive-biblatex-socialscienceshuberlin

How To Uninstall texlive-biblatex-socialscienceshuberlin on Fedora 36

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

sudo dnf remove texlive-biblatex-socialscienceshuberlin

texlive-biblatex-socialscienceshuberlin Package Contents on Fedora 36

/usr/share/licenses/texlive-biblatex-socialscienceshuberlin
/usr/share/licenses/texlive-biblatex-socialscienceshuberlin/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/biblatex-socialscienceshuberlin
/usr/share/texlive/texmf-dist/doc/latex/biblatex-socialscienceshuberlin/README.md
/usr/share/texlive/texmf-dist/doc/latex/biblatex-socialscienceshuberlin/socialscienceshuberlin-examples.bib
/usr/share/texlive/texmf-dist/doc/latex/biblatex-socialscienceshuberlin/socialscienceshuberlin.pdf
/usr/share/texlive/texmf-dist/doc/latex/biblatex-socialscienceshuberlin/socialscienceshuberlin.tex
/usr/share/texlive/texmf-dist/tex/latex/biblatex-socialscienceshuberlin
/usr/share/texlive/texmf-dist/tex/latex/biblatex-socialscienceshuberlin/german-socialscienceshuberlin.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-socialscienceshuberlin/socialscienceshuberlin.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-socialscienceshuberlin/socialscienceshuberlin.cbx

References

Summary

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