How To Install perl-GD-Barcode on AlmaLinux 8

In this tutorial we learn how to install perl-GD-Barcode in AlmaLinux 8. perl-GD-Barcode is Create barcode image with GD

Introduction

In this tutorial we learn how to install perl-GD-Barcode on AlmaLinux 8.

What is perl-GD-Barcode

GD with GD.

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

Install perl-GD-Barcode on AlmaLinux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-GD-Barcode using dnf by running the following command:

sudo dnf -y install perl-GD-Barcode

Install perl-GD-Barcode on AlmaLinux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-GD-Barcode using yum by running the following command:

sudo yum -y install perl-GD-Barcode

How To Uninstall perl-GD-Barcode on AlmaLinux 8

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

sudo dnf remove perl-GD-Barcode

References

Summary

In this tutorial we learn how to install perl-GD-Barcode on AlmaLinux 8 using yum and dnf.