How To Install texlive-verbatimbox on Fedora 36

In this tutorial we learn how to install texlive-verbatimbox in Fedora 36. texlive-verbatimbox is Deposit verbatim text in a box

Introduction

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

What is texlive-verbatimbox

The package provides a verbbox environment (which uses techniques similar to those of the boxedverbatim environment of the moreverb package) to place its contents into a globally available box, or into a box specified by the user. The global box may then be used in a variety of situations (for example, providing a replica of the boxedverbatim environment itself). A valuable use is in places where the standard verbatim environment (which is based on a trivlist) may not appear. The package makes use of the verbatim package (which is a required part of any LaTeX distribution).

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

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

sudo dnf -y install texlive-verbatimbox

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

sudo yum -y install texlive-verbatimbox

How To Uninstall texlive-verbatimbox on Fedora 36

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

sudo dnf remove texlive-verbatimbox

texlive-verbatimbox Package Contents on Fedora 36

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

References

Summary

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