How To Install texlive-multiexpand on Fedora 36
Introduction
In this tutorial we learn how to install texlive-multiexpand
on Fedora 36.
What is texlive-multiexpand
The package provides two user commands; one that performs multiple expansions, and one that does multiple \expandafter operations, in a single macro call. The package requires eTeX’s \numexpr command. The author suggests that the same effect could be provided by use of the command variant mechanisms of LaTeX 3 (see, for example, the interface documentation of the experimental LaTeX 3 kernel).
We can use yum
or dnf
to install texlive-multiexpand
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-multiexpand.
Install texlive-multiexpand 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-multiexpand
using dnf
by running the following command:
sudo dnf -y install texlive-multiexpand
Install texlive-multiexpand 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-multiexpand
using yum
by running the following command:
sudo yum -y install texlive-multiexpand
How To Uninstall texlive-multiexpand on Fedora 36
To uninstall only the texlive-multiexpand
package we can use the following command:
sudo dnf remove texlive-multiexpand
texlive-multiexpand Package Contents on Fedora 36
/usr/share/licenses/texlive-multiexpand
/usr/share/licenses/texlive-multiexpand/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/generic/multiexpand
/usr/share/texlive/texmf-dist/tex/generic/multiexpand/multiexpand.sty
References
Summary
In this tutorial we learn how to install texlive-multiexpand
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).