How To Install texlive-mnras on Fedora 36

In this tutorial we learn how to install texlive-mnras in Fedora 36. texlive-mnras is Monthly Notices of the Royal Astronomical Society

Introduction

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

What is texlive-mnras

Package for preparing papers in the journal Monthly Notices of the Royal Astronomical Society.

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

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

sudo dnf -y install texlive-mnras

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

sudo yum -y install texlive-mnras

How To Uninstall texlive-mnras on Fedora 36

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

sudo dnf remove texlive-mnras

texlive-mnras Package Contents on Fedora 36

/usr/share/licenses/texlive-mnras
/usr/share/licenses/texlive-mnras/lppl1.3.txt
/usr/share/texlive/texmf-dist/bibtex/bst/mnras
/usr/share/texlive/texmf-dist/bibtex/bst/mnras/mnras.bst
/usr/share/texlive/texmf-dist/tex/latex/mnras
/usr/share/texlive/texmf-dist/tex/latex/mnras/mnras.cls

References

Summary

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