How To Install texlive-fnspe on Fedora 36

In this tutorial we learn how to install texlive-fnspe in Fedora 36. texlive-fnspe is Macros for supporting mainly students of FNSPE CTU in Prague

Introduction

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

What is texlive-fnspe

This package is primary intended for students of FNSPE CTU in Prague but many other students or scientists can found this package as useful. This package implements different standards of tensor notation, interval notation and complex notation. Further many macros and shortcuts are added, e.q. for spaces, operators, physics unit, etc.

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

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

sudo dnf -y install texlive-fnspe

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

sudo yum -y install texlive-fnspe

How To Uninstall texlive-fnspe on Fedora 36

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

sudo dnf remove texlive-fnspe

texlive-fnspe Package Contents on Fedora 36

/usr/share/licenses/texlive-fnspe
/usr/share/licenses/texlive-fnspe/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/fnspe
/usr/share/texlive/texmf-dist/doc/latex/fnspe/README
/usr/share/texlive/texmf-dist/doc/latex/fnspe/fnspe.pdf
/usr/share/texlive/texmf-dist/doc/latex/fnspe/fnspe.tex
/usr/share/texlive/texmf-dist/tex/latex/fnspe
/usr/share/texlive/texmf-dist/tex/latex/fnspe/fnspe.sty

References

Summary

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