How To Install texlive-resphilosophica on Fedora 36

In this tutorial we learn how to install texlive-resphilosophica in Fedora 36. texlive-resphilosophica is Typeset articles for the journal Res Philosophica

Introduction

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

What is texlive-resphilosophica

The bundle provides a class for typesetting articles for the journal Res Philosophica. Development was commissioned by Saint Louis University.

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

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

sudo dnf -y install texlive-resphilosophica

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

sudo yum -y install texlive-resphilosophica

How To Uninstall texlive-resphilosophica on Fedora 36

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

sudo dnf remove texlive-resphilosophica

texlive-resphilosophica Package Contents on Fedora 36

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

References

Summary

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