How To Install texlive-notestex on Fedora 36

In this tutorial we learn how to install texlive-notestex in Fedora 36. texlive-notestex is An all-in-one LaTeX notes package for students

Introduction

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

What is texlive-notestex

This is a modification of the original Jhep journal format in order to suit the needs of students in university. The goal of this package was to make notetaking easier for students and offer easy support for marginnotes along with a reliable and legible formatting structure.

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

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

sudo dnf -y install texlive-notestex

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

sudo yum -y install texlive-notestex

How To Uninstall texlive-notestex on Fedora 36

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

sudo dnf remove texlive-notestex

texlive-notestex Package Contents on Fedora 36

/usr/share/licenses/texlive-notestex
/usr/share/licenses/texlive-notestex/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/notestex
/usr/share/texlive/texmf-dist/doc/latex/notestex/NotesTeX.pdf
/usr/share/texlive/texmf-dist/doc/latex/notestex/NotesTeX.tex
/usr/share/texlive/texmf-dist/doc/latex/notestex/README.md
/usr/share/texlive/texmf-dist/tex/latex/notestex
/usr/share/texlive/texmf-dist/tex/latex/notestex/NotesTeX.sty

References

Summary

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