How To Install perl-Digest-CRC on Rocky Linux 8

In this tutorial we learn how to install perl-Digest-CRC on Rocky Linux 8. perl-Digest-CRC is Generic CRC functions

Introduction

In this tutorial we learn how to install perl-Digest-CRC on Rocky Linux 8.

What is perl-Digest-CRC

The Digest functions with the correct parameters for CRC-CCITT, CRC-16 and CRC-32.

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

Install perl-Digest-CRC on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-Digest-CRC

Install perl-Digest-CRC on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-Digest-CRC

How To Uninstall perl-Digest-CRC on Rocky Linux 8

To uninstall only the perl-Digest-CRC package we can use the following command:

sudo dnf remove perl-Digest-CRC

perl-Digest-CRC Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/9424266b620572196375e4c72b8aa7954378bf
/usr/lib64/perl5/vendor_perl/Digest
/usr/lib64/perl5/vendor_perl/Digest/CRC.pm
/usr/lib64/perl5/vendor_perl/auto/Digest
/usr/lib64/perl5/vendor_perl/auto/Digest/CRC
/usr/lib64/perl5/vendor_perl/auto/Digest/CRC/CRC.so
/usr/share/doc/perl-Digest-CRC
/usr/share/doc/perl-Digest-CRC/Changes
/usr/share/doc/perl-Digest-CRC/README
/usr/share/man/man3/Digest::CRC.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Digest-CRC on Rocky Linux 8 using yum and dnf.