How to Install and Uninstall perl-Types-Serialiser.noarch Package on Amazon Linux 2

Last updated: February 03,2025

1. Install "perl-Types-Serialiser.noarch" package

This guide covers the steps necessary to install perl-Types-Serialiser.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Types-Serialiser.noarch

2. Uninstall "perl-Types-Serialiser.noarch" package

Please follow the guidelines below to uninstall perl-Types-Serialiser.noarch on Amazon Linux 2:

$ sudo yum remove perl-Types-Serialiser.noarch $ sudo yum autoremove

3. Information about the perl-Types-Serialiser.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Types-Serialiser
Arch : noarch
Version : 1.0
Release : 1.amzn2
Size : 17 k
Repo : amzn2-core/2/x86_64
Summary : Simple data types for common serialization formats
URL : http://search.cpan.org/dist/Types-Serialiser/
License : GPL+ or Artistic
Description : 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.