How To Install texlive-swebib on Fedora 36

In this tutorial we learn how to install texlive-swebib in Fedora 36. texlive-swebib is Swedish bibliography styles

Introduction

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

What is texlive-swebib

The bundle contains Swedish versions of the standard bibliography styles, and of the style plainnat. The styles should be funtionally equivalent to the corresponding original styles, apart from the Swedish translations. The styles do not implement Swedish collation.

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

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

sudo dnf -y install texlive-swebib

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

sudo yum -y install texlive-swebib

How To Uninstall texlive-swebib on Fedora 36

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

sudo dnf remove texlive-swebib

texlive-swebib Package Contents on Fedora 36

/usr/share/licenses/texlive-swebib
/usr/share/licenses/texlive-swebib/lppl1.2.txt
/usr/share/texlive/texmf-dist/bibtex/bst/swebib
/usr/share/texlive/texmf-dist/bibtex/bst/swebib/sweabbrv.bst
/usr/share/texlive/texmf-dist/bibtex/bst/swebib/swealpha.bst
/usr/share/texlive/texmf-dist/bibtex/bst/swebib/sweplain.bst
/usr/share/texlive/texmf-dist/bibtex/bst/swebib/sweplnat.bst
/usr/share/texlive/texmf-dist/bibtex/bst/swebib/sweunsrt.bst

References

Summary

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