How To Install texlive-verbdef on Fedora 36
Introduction
In this tutorial we learn how to install texlive-verbdef on Fedora 36.
What is texlive-verbdef
The package defines a single command \verbdef (which has a *- form, like \verb). \verbdef will define a robust command whose body expands to verbatim text. By using commands defined by \verbdef, one can put verbatim text into the arguments of commands; since the defined command is robust, it doesn’t matter if the argument is moving. (Full details of syntax and caveats about use are in comments in the file itself.)
We can use yum or dnf to install texlive-verbdef on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-verbdef.
Install texlive-verbdef 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-verbdef using dnf by running the following command:
sudo dnf -y install texlive-verbdef
Install texlive-verbdef 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-verbdef using yum by running the following command:
sudo yum -y install texlive-verbdef
How To Uninstall texlive-verbdef on Fedora 36
To uninstall only the texlive-verbdef package we can use the following command:
sudo dnf remove texlive-verbdef
texlive-verbdef Package Contents on Fedora 36
/usr/share/licenses/texlive-verbdef
/usr/share/licenses/texlive-verbdef/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/verbdef
/usr/share/texlive/texmf-dist/tex/latex/verbdef/verbdef.sty
References
Summary
In this tutorial we learn how to install texlive-verbdef on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).