How To Install texlive-barcodes on Fedora 36

In this tutorial we learn how to install texlive-barcodes in Fedora 36. texlive-barcodes is Fonts for making barcodes

Introduction

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

What is texlive-barcodes

The package deals with EAN barcodes; Metafont sources for fonts are provided, and a set of examples; for some codes, a small Perl script is needed.

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

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

sudo dnf -y install texlive-barcodes

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

sudo yum -y install texlive-barcodes

How To Uninstall texlive-barcodes on Fedora 36

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

sudo dnf remove texlive-barcodes

texlive-barcodes Package Contents on Fedora 36

/usr/share/licenses/texlive-barcodes
/usr/share/licenses/texlive-barcodes/lppl1.txt
/usr/share/texlive/texmf-dist/fonts/source/public/barcodes
/usr/share/texlive/texmf-dist/fonts/source/public/barcodes/wlc11.mf
/usr/share/texlive/texmf-dist/fonts/source/public/barcodes/wlc128.mf
/usr/share/texlive/texmf-dist/fonts/source/public/barcodes/wlc39.mf
/usr/share/texlive/texmf-dist/fonts/source/public/barcodes/wlc93.mf
/usr/share/texlive/texmf-dist/fonts/source/public/barcodes/wlcr39.mf
/usr/share/texlive/texmf-dist/fonts/source/public/barcodes/wlean.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/barcodes
/usr/share/texlive/texmf-dist/fonts/tfm/public/barcodes/wlc11.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/barcodes/wlc128.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/barcodes/wlc39.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/barcodes/wlc93.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/barcodes/wlcr39.tfm
/usr/share/texlive/texmf-dist/tex/latex/barcodes
/usr/share/texlive/texmf-dist/tex/latex/barcodes/barcodes.sty

References

Summary

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