How To Install texlive-biblatex-iso690 on Fedora 36

In this tutorial we learn how to install texlive-biblatex-iso690 in Fedora 36. texlive-biblatex-iso690 is BibLaTeX style for ISO 690 standard

Introduction

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

What is texlive-biblatex-iso690

The package provides a bibliography and citation style which conforms to the latest revision of the international standard ISO 690 and requires biblatex >= 3.4 and biber >= 2.5.

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

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

sudo dnf -y install texlive-biblatex-iso690

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

sudo yum -y install texlive-biblatex-iso690

How To Uninstall texlive-biblatex-iso690 on Fedora 36

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

sudo dnf remove texlive-biblatex-iso690

texlive-biblatex-iso690 Package Contents on Fedora 36

/usr/share/licenses/texlive-biblatex-iso690
/usr/share/licenses/texlive-biblatex-iso690/gpl3.txt
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/bulgarian-iso.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/czech-iso.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/english-iso.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/french-iso.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/german-iso.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-alphabetic.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-alphabetic.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-alphabetic.dbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-authortitle.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-authortitle.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-authortitle.dbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-authoryear.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-authoryear.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-authoryear.dbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-fullcite.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-numeric.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-numeric.cbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso-numeric.dbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/iso.bbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/polish-iso.lbx
/usr/share/texlive/texmf-dist/tex/latex/biblatex-iso690/slovak-iso.lbx

References

Summary

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