How To Install texlive-options on Fedora 36
Introduction
In this tutorial we learn how to install texlive-options
on Fedora 36.
What is texlive-options
The options package provides easy to use key-value options for LaTeX package writers. It has a similar interface as pgfkeys with path options but comes with more built-in data types and more convenient support for families and searching.
We can use yum
or dnf
to install texlive-options
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-options.
Install texlive-options 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-options
using dnf
by running the following command:
sudo dnf -y install texlive-options
Install texlive-options 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-options
using yum
by running the following command:
sudo yum -y install texlive-options
How To Uninstall texlive-options on Fedora 36
To uninstall only the texlive-options
package we can use the following command:
sudo dnf remove texlive-options
texlive-options Package Contents on Fedora 36
/usr/share/licenses/texlive-options
/usr/share/licenses/texlive-options/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/options
/usr/share/texlive/texmf-dist/tex/latex/options/options.sty
References
Summary
In this tutorial we learn how to install texlive-options
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).