How To Install texlive-envlab on Fedora 36
Introduction
In this tutorial we learn how to install texlive-envlab
on Fedora 36.
What is texlive-envlab
A LaTeX package for producing mailing envelopes and labels, including barcodes and address formatting according to the US Postal Service rules. Redefines the standard \makelabels command of the LaTeX letter documentclass.
We can use yum
or dnf
to install texlive-envlab
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-envlab.
Install texlive-envlab 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-envlab
using dnf
by running the following command:
sudo dnf -y install texlive-envlab
Install texlive-envlab 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-envlab
using yum
by running the following command:
sudo yum -y install texlive-envlab
How To Uninstall texlive-envlab on Fedora 36
To uninstall only the texlive-envlab
package we can use the following command:
sudo dnf remove texlive-envlab
texlive-envlab Package Contents on Fedora 36
/usr/share/licenses/texlive-envlab
/usr/share/licenses/texlive-envlab/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/envlab
/usr/share/texlive/texmf-dist/tex/latex/envlab/envlab.cfg
/usr/share/texlive/texmf-dist/tex/latex/envlab/envlab.sty
References
Summary
In this tutorial we learn how to install texlive-envlab
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).