How to Install and Uninstall perl-CPAN-Meta-YAML.noarch Package on Amazon Linux 2

Last updated: May 18,2024

1. Install "perl-CPAN-Meta-YAML.noarch" package

This is a short guide on how to install perl-CPAN-Meta-YAML.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-CPAN-Meta-YAML.noarch

2. Uninstall "perl-CPAN-Meta-YAML.noarch" package

This guide covers the steps necessary to uninstall perl-CPAN-Meta-YAML.noarch on Amazon Linux 2:

$ sudo yum remove perl-CPAN-Meta-YAML.noarch $ sudo yum autoremove

3. Information about the perl-CPAN-Meta-YAML.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-CPAN-Meta-YAML
Arch : noarch
Version : 0.008
Release : 14.amzn2
Size : 24 k
Repo : amzn2-core/2/x86_64
Summary : Read and write a subset of YAML for CPAN Meta files
URL : http://search.cpan.org/dist/CPAN-Meta-YAML/
License : GPL+ or Artistic
Description : This module implements a subset of the YAML specification for use
: in reading and writing CPAN metadata files like META.yml and
: MYMETA.yml. It should not be used for any other general YAML
: parsing or generation task.