How To Install texlive-bib-fr on Fedora 36

In this tutorial we learn how to install texlive-bib-fr in Fedora 36. texlive-bib-fr is French translation of classical BibTeX styles

Introduction

In this tutorial we learn how to install texlive-bib-fr on Fedora 36.

What is texlive-bib-fr

These files are French translations of the classical BibTeX style files. The translations can easily be modified by simply redefining FUNCTIONs named fr.*, at the beginning (lines 50- 150) of each file.

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

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

sudo dnf -y install texlive-bib-fr

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

sudo yum -y install texlive-bib-fr

How To Uninstall texlive-bib-fr on Fedora 36

To uninstall only the texlive-bib-fr package we can use the following command:

sudo dnf remove texlive-bib-fr

texlive-bib-fr Package Contents on Fedora 36

/usr/share/licenses/texlive-bib-fr
/usr/share/licenses/texlive-bib-fr/lppl1.txt
/usr/share/texlive/texmf-dist/bibtex/bst/bib-fr
/usr/share/texlive/texmf-dist/bibtex/bst/bib-fr/abbrv-fr.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bib-fr/abbrvnat-fr.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bib-fr/alpha-fr.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bib-fr/apalike-fr.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bib-fr/ieeetr-fr.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bib-fr/plain-fr.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bib-fr/plainnat-fr.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bib-fr/siam-fr.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bib-fr/unsrt-fr.bst
/usr/share/texlive/texmf-dist/bibtex/bst/bib-fr/unsrtnat-fr.bst

References

Summary

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