How To Install perl-Crypt-Eksblowfish on Fedora 36

In this tutorial we learn how to install perl-Crypt-Eksblowfish in Fedora 36. perl-Crypt-Eksblowfish is Eksblowfish block cipher

Introduction

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

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 Fedora 36. 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 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-Eksblowfish using dnf by running the following command:

sudo dnf -y install perl-Crypt-Eksblowfish

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

sudo yum -y install perl-Crypt-Eksblowfish

How To Uninstall perl-Crypt-Eksblowfish on Fedora 36

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 Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/6d317a469986a075a5baba32bcf32069ddb6b9
/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 Fedora 36 using yum and [dnf]((/fedora/36/dnf/).