How To Install texlive-optidef on Fedora 36
Introduction
In this tutorial we learn how to install texlive-optidef on Fedora 36.
What is texlive-optidef
This small library provides a standard set of environments for writing minimization problems. It automatically aligns the problems in three points with an optional fourth the words “minimize/argmin” and “subject to” The objective function and the longest left hand side of the constraints The $= | > | <$ signs of the constraints. Optionally, the user can add manually a double align character && to align some common constraints feature. A clear example could be the constraints names, e.g. (boundary constraint) alignment with (dynamic constraint). Furthermore, it provides an easy interface to define optimization problem for three different reference situations problem is referenced with a single number. Where each equation has an individual reference. Finally, it also allows a definition of any optimization problem without a limitless number of constraints.
We can use yum or dnf to install texlive-optidef on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-optidef.
Install texlive-optidef 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-optidef using dnf by running the following command:
sudo dnf -y install texlive-optidef
Install texlive-optidef 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-optidef using yum by running the following command:
sudo yum -y install texlive-optidef
How To Uninstall texlive-optidef on Fedora 36
To uninstall only the texlive-optidef package we can use the following command:
sudo dnf remove texlive-optidef
texlive-optidef Package Contents on Fedora 36
/usr/share/licenses/texlive-optidef
/usr/share/licenses/texlive-optidef/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/optidef
/usr/share/texlive/texmf-dist/tex/latex/optidef/optidef.sty
References
Summary
In this tutorial we learn how to install texlive-optidef on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).