How To Install texlive-ean on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ean
on Fedora 36.
What is texlive-ean
Provides EAN-8 and EAN-13 forms. The package needs the ocr-b fonts; note that the fonts are not available under a free licence, as the macros are.
We can use yum
or dnf
to install texlive-ean
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ean.
Install texlive-ean 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-ean
using dnf
by running the following command:
sudo dnf -y install texlive-ean
Install texlive-ean 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-ean
using yum
by running the following command:
sudo yum -y install texlive-ean
How To Uninstall texlive-ean on Fedora 36
To uninstall only the texlive-ean
package we can use the following command:
sudo dnf remove texlive-ean
texlive-ean Package Contents on Fedora 36
/usr/share/licenses/texlive-ean
/usr/share/licenses/texlive-ean/gpl.txt
/usr/share/texlive/texmf-dist/tex/generic/ean
/usr/share/texlive/texmf-dist/tex/generic/ean/ean13.tex
/usr/share/texlive/texmf-dist/tex/generic/ean/ean8.tex
References
Summary
In this tutorial we learn how to install texlive-ean
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).