How To Install texlive-derivative on Fedora 36
Introduction
In this tutorial we learn how to install texlive-derivative on Fedora 36.
What is texlive-derivative
This package provides a set of commands \NewOdvVariant, \NewPdvVariant etc. that can be used to define derivatives. Each derivative comes with a great number of options that tweak the derivative’s format to your liking. The following types of derivatives come readily defined \pdv Partial derivative, \fdv Functional derivative, \mdv Material derivative, \adv Average rate of change, \jdv Jacobian.
We can use yum or dnf to install texlive-derivative on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-derivative.
Install texlive-derivative 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-derivative using dnf by running the following command:
sudo dnf -y install texlive-derivative
Install texlive-derivative 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-derivative using yum by running the following command:
sudo yum -y install texlive-derivative
How To Uninstall texlive-derivative on Fedora 36
To uninstall only the texlive-derivative package we can use the following command:
sudo dnf remove texlive-derivative
texlive-derivative Package Contents on Fedora 36
/usr/share/licenses/texlive-derivative
/usr/share/licenses/texlive-derivative/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/derivative
/usr/share/texlive/texmf-dist/doc/latex/derivative/README.md
/usr/share/texlive/texmf-dist/doc/latex/derivative/derivative.pdf
/usr/share/texlive/texmf-dist/doc/latex/derivative/derivative.tex
/usr/share/texlive/texmf-dist/tex/latex/derivative
/usr/share/texlive/texmf-dist/tex/latex/derivative/derivative.sty
References
Summary
In this tutorial we learn how to install texlive-derivative on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).