How To Install perl-Crypt-CAST5_PP on Fedora 36

In this tutorial we learn how to install perl-Crypt-CAST5_PP in Fedora 36. perl-Crypt-CAST5_PP is CAST5 block cipher in pure Perl

Introduction

In this tutorial we learn how to install perl-Crypt-CAST5_PP on Fedora 36.

What is perl-Crypt-CAST5_PP

This module provides a pure Perl implementation of the CAST5 block cipher. CAST5 is also known as CAST-128. It is a product of the CAST design procedure developed by C. Adams and S. Tavares.

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

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

sudo dnf -y install perl-Crypt-CAST5_PP

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

sudo yum -y install perl-Crypt-CAST5_PP

How To Uninstall perl-Crypt-CAST5_PP on Fedora 36

To uninstall only the perl-Crypt-CAST5_PP package we can use the following command:

sudo dnf remove perl-Crypt-CAST5_PP

perl-Crypt-CAST5_PP Package Contents on Fedora 36

/usr/share/doc/perl-Crypt-CAST5_PP
/usr/share/doc/perl-Crypt-CAST5_PP/Changes
/usr/share/doc/perl-Crypt-CAST5_PP/README
/usr/share/doc/perl-Crypt-CAST5_PP/mkschedule
/usr/share/man/man3/Crypt::CAST5_PP.3pm.gz
/usr/share/perl5/vendor_perl/Crypt
/usr/share/perl5/vendor_perl/Crypt/CAST5_PP
/usr/share/perl5/vendor_perl/Crypt/CAST5_PP.pm
/usr/share/perl5/vendor_perl/Crypt/CAST5_PP/Tables.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/Crypt
/usr/share/perl5/vendor_perl/auto/Crypt/CAST5_PP
/usr/share/perl5/vendor_perl/auto/Crypt/CAST5_PP/autosplit.ix
/usr/share/perl5/vendor_perl/auto/Crypt/CAST5_PP/decrypt.al
/usr/share/perl5/vendor_perl/auto/Crypt/CAST5_PP/encrypt.al
/usr/share/perl5/vendor_perl/auto/Crypt/CAST5_PP/init.al

References

Summary

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