How To Install texlive-verbasef on Fedora 36
Introduction
In this tutorial we learn how to install texlive-verbasef on Fedora 36.
What is texlive-verbasef
The package allows you to input (subsections of a) file, print them in verbatim mode, while automatically breaking up the input lines into pieces of a given length, which are output as figures. These figures are posted using the [H] specification, which forces LaTeX to place the figure at the spot of invocation, rather than floating the figures to the top of the next page. The package requires the verbatim, here and vrbexin packages.
We can use yum or dnf to install texlive-verbasef on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-verbasef.
Install texlive-verbasef 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-verbasef using dnf by running the following command:
sudo dnf -y install texlive-verbasef
Install texlive-verbasef 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-verbasef using yum by running the following command:
sudo yum -y install texlive-verbasef
How To Uninstall texlive-verbasef on Fedora 36
To uninstall only the texlive-verbasef package we can use the following command:
sudo dnf remove texlive-verbasef
texlive-verbasef Package Contents on Fedora 36
/usr/share/licenses/texlive-verbasef
/usr/share/licenses/texlive-verbasef/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/verbasef
/usr/share/texlive/texmf-dist/tex/latex/verbasef/verbasef.sty
References
Summary
In this tutorial we learn how to install texlive-verbasef on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).