How To Install texlive-gmverb on Fedora 36
Introduction
In this tutorial we learn how to install texlive-gmverb
on Fedora 36.
What is texlive-gmverb
A redefinition of \verb and verbatim so that long lines are breakable before \ and after { with % as ‘hyphen’. Allows you to define your own verbatim-like environments (subject to a size limit) and allows you to declare any single character as a shorthand as in the \MakeShortVerb command of the shortvrb package of the LaTeX distribution. The package depends on the gmutils package.
We can use yum
or dnf
to install texlive-gmverb
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-gmverb.
Install texlive-gmverb 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-gmverb
using dnf
by running the following command:
sudo dnf -y install texlive-gmverb
Install texlive-gmverb 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-gmverb
using yum
by running the following command:
sudo yum -y install texlive-gmverb
How To Uninstall texlive-gmverb on Fedora 36
To uninstall only the texlive-gmverb
package we can use the following command:
sudo dnf remove texlive-gmverb
texlive-gmverb Package Contents on Fedora 36
/usr/share/licenses/texlive-gmverb
/usr/share/licenses/texlive-gmverb/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/gmverb
/usr/share/texlive/texmf-dist/tex/latex/gmverb/gmverb.sty
References
Summary
In this tutorial we learn how to install texlive-gmverb
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).