How To Install perl-Types-Serialiser.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Types-Serialiser.noarch in Amazon Linux 2. perl-Types-Serialiser.noarch is Simple data types for common serialization formats

Introduction

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

What is perl-Types-Serialiser.noarch

This module provides some extra data types that are used by common serialization formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other.

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

Install perl-Types-Serialiser.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-Types-Serialiser.noarch using yum by running the following command:

sudo yum -y install perl-Types-Serialiser.noarch

How To Uninstall perl-Types-Serialiser.noarch on Amazon Linux 2

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

sudo yum remove perl-Types-Serialiser.noarch

perl-Types-Serialiser.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Types-Serialiser-1.0
/usr/share/doc/perl-Types-Serialiser-1.0/COPYING
/usr/share/doc/perl-Types-Serialiser-1.0/Changes
/usr/share/doc/perl-Types-Serialiser-1.0/README
/usr/share/man/man3/Types::Serialiser.3pm.gz
/usr/share/man/man3/Types::Serialiser::Error.3pm.gz
/usr/share/perl5/vendor_perl/Types
/usr/share/perl5/vendor_perl/Types/Serialiser
/usr/share/perl5/vendor_perl/Types/Serialiser.pm
/usr/share/perl5/vendor_perl/Types/Serialiser/Error.pm

References

Summary

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