How To Install perl-FreezeThaw.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-FreezeThaw.noarch in Amazon Linux 2. perl-FreezeThaw.noarch is Convert Perl structures to strings and back

Introduction

In this tutorial we learn how to install perl-FreezeThaw.noarch on Amazon Linux 2.

What is perl-FreezeThaw.noarch

Converts data to/from stringified form, appropriate for saving-to/reading-from permanent storage.

We can use yum to install perl-FreezeThaw.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-FreezeThaw.noarch.

Install perl-FreezeThaw.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-FreezeThaw.noarch using yum by running the following command:

sudo yum -y install perl-FreezeThaw.noarch

How To Uninstall perl-FreezeThaw.noarch on Amazon Linux 2

To uninstall only the perl-FreezeThaw.noarch package we can use the following command:

sudo yum remove perl-FreezeThaw.noarch

perl-FreezeThaw.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-FreezeThaw-0.5001
/usr/share/doc/perl-FreezeThaw-0.5001/Changes
/usr/share/doc/perl-FreezeThaw-0.5001/README
/usr/share/man/man3/FreezeThaw.3pm.gz
/usr/share/perl5/vendor_perl/FreezeThaw.pm

References

Summary

In this tutorial we learn how to install perl-FreezeThaw.noarch on Amazon Linux 2 using yum.