How To Install perl-Tie-EncryptedHash on Fedora 36

In this tutorial we learn how to install perl-Tie-EncryptedHash in Fedora 36. perl-Tie-EncryptedHash is Hashes (and objects based on hashes) with encrypting fields

Introduction

In this tutorial we learn how to install perl-Tie-EncryptedHash on Fedora 36.

What is perl-Tie-EncryptedHash

Tie containers of data. Tie coupled with encrypt/decrypt routines to encrypt assignments at STORE() and decrypt retrievals at FETCH(). By design, encrypting fields are associated with keys that begin in single underscore. The remaining keyspace is used for accessing normal hash fields, which are retained without modification. While the password is set, a Tie Perl hash. This is its transparent mode of access. Encrypting and normal fields are identical in this mode. When password is deleted, encrypting fields are accessible only as ciphertext. This is Tie access, optimized for serialization. Encryption is done with Crypt chaining mode with Blowfish, DES or IDEA. Tie default, but can be instructed to employ any cipher supported by Crypt

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

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

sudo dnf -y install perl-Tie-EncryptedHash

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

sudo yum -y install perl-Tie-EncryptedHash

How To Uninstall perl-Tie-EncryptedHash on Fedora 36

To uninstall only the perl-Tie-EncryptedHash package we can use the following command:

sudo dnf remove perl-Tie-EncryptedHash

perl-Tie-EncryptedHash Package Contents on Fedora 36

/usr/share/doc/perl-Tie-EncryptedHash
/usr/share/doc/perl-Tie-EncryptedHash/Changes
/usr/share/doc/perl-Tie-EncryptedHash/README.html
/usr/share/doc/perl-Tie-EncryptedHash/TODO
/usr/share/licenses/perl-Tie-EncryptedHash
/usr/share/licenses/perl-Tie-EncryptedHash/LICENSE
/usr/share/man/man3/Tie::EncryptedHash.3pm.gz
/usr/share/perl5/vendor_perl/Tie
/usr/share/perl5/vendor_perl/Tie/EncryptedHash.pm

References

Summary

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