How To Install texlive-storecmd on Fedora 36

In this tutorial we learn how to install texlive-storecmd in Fedora 36. texlive-storecmd is Store the name of a defined command in a container

Introduction

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

What is texlive-storecmd

The package provides macros for command definition that save the name of the command being defined in a file or a macro container. The list could be useful for spelling exceptions in text editors that do not support TeX syntax.

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

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

sudo dnf -y install texlive-storecmd

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

sudo yum -y install texlive-storecmd

How To Uninstall texlive-storecmd on Fedora 36

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

sudo dnf remove texlive-storecmd

texlive-storecmd Package Contents on Fedora 36

/usr/share/licenses/texlive-storecmd
/usr/share/licenses/texlive-storecmd/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/storecmd
/usr/share/texlive/texmf-dist/tex/latex/storecmd/storecmd.sty

References

Summary

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