How To Install perl-Barcode-Code128 on Fedora 36

In this tutorial we learn how to install perl-Barcode-Code128 in Fedora 36. perl-Barcode-Code128 is Generate CODE 128 bar codes

Introduction

In this tutorial we learn how to install perl-Barcode-Code128 on Fedora 36.

What is perl-Barcode-Code128

Barcode generate images in PNG or GIF format using the GD package, or it can generate a text string representing the barcode that you can render using some other technology if desired.

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

Install perl-Barcode-Code128 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 perl-Barcode-Code128 using dnf by running the following command:

sudo dnf -y install perl-Barcode-Code128

Install perl-Barcode-Code128 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 perl-Barcode-Code128 using yum by running the following command:

sudo yum -y install perl-Barcode-Code128

How To Uninstall perl-Barcode-Code128 on Fedora 36

To uninstall only the perl-Barcode-Code128 package we can use the following command:

sudo dnf remove perl-Barcode-Code128

perl-Barcode-Code128 Package Contents on Fedora 36

/usr/share/doc/perl-Barcode-Code128
/usr/share/doc/perl-Barcode-Code128/Changes
/usr/share/doc/perl-Barcode-Code128/README
/usr/share/man/man3/Barcode::Code128.3pm.gz
/usr/share/perl5/vendor_perl/Barcode
/usr/share/perl5/vendor_perl/Barcode/Code128.pm

References

Summary

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