How To Install perl-Crypt-Eksblowfish on Rocky Linux 8

In this tutorial we learn how to install perl-Crypt-Eksblowfish on Rocky Linux 8. perl-Crypt-Eksblowfish is Eksblowfish block cipher

Introduction

In this tutorial we learn how to install perl-Crypt-Eksblowfish on Rocky Linux 8.

What is perl-Crypt-Eksblowfish

An object of this type encapsulates a keyed instance of the Eksblowfish block cipher, ready to encrypt and decrypt.

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

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

sudo dnf -y install perl-Crypt-Eksblowfish

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

sudo yum -y install perl-Crypt-Eksblowfish

How To Uninstall perl-Crypt-Eksblowfish on Rocky Linux 8

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

sudo dnf remove perl-Crypt-Eksblowfish

perl-Crypt-Eksblowfish Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/68dc75b3e2f120b8a27f2881e261481afc8637
/usr/lib64/perl5/vendor_perl/Crypt
/usr/lib64/perl5/vendor_perl/Crypt/Eksblowfish
/usr/lib64/perl5/vendor_perl/Crypt/Eksblowfish.pm
/usr/lib64/perl5/vendor_perl/Crypt/Eksblowfish/Bcrypt.pm
/usr/lib64/perl5/vendor_perl/Crypt/Eksblowfish/Blowfish.pm
/usr/lib64/perl5/vendor_perl/Crypt/Eksblowfish/Family.pm
/usr/lib64/perl5/vendor_perl/Crypt/Eksblowfish/Subkeyed.pm
/usr/lib64/perl5/vendor_perl/Crypt/Eksblowfish/Uklblowfish.pm
/usr/lib64/perl5/vendor_perl/auto/Crypt
/usr/lib64/perl5/vendor_perl/auto/Crypt/Eksblowfish
/usr/lib64/perl5/vendor_perl/auto/Crypt/Eksblowfish/Eksblowfish.so
/usr/share/doc/perl-Crypt-Eksblowfish
/usr/share/doc/perl-Crypt-Eksblowfish/Changes
/usr/share/doc/perl-Crypt-Eksblowfish/README
/usr/share/man/man3/Crypt::Eksblowfish.3pm.gz
/usr/share/man/man3/Crypt::Eksblowfish::Bcrypt.3pm.gz
/usr/share/man/man3/Crypt::Eksblowfish::Blowfish.3pm.gz
/usr/share/man/man3/Crypt::Eksblowfish::Family.3pm.gz
/usr/share/man/man3/Crypt::Eksblowfish::Subkeyed.3pm.gz
/usr/share/man/man3/Crypt::Eksblowfish::Uklblowfish.3pm.gz

References

Summary

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