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

Last updated: July 07,2024

1. Install "perl-YAML.noarch" package

Here is a brief guide to show you how to install perl-YAML.noarch on Amazon Linux 2

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

2. Uninstall "perl-YAML.noarch" package

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

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-YAML
Arch : noarch
Version : 0.84
Release : 5.amzn2
Size : 84 k
Repo : amzn2-core/2/x86_64
Summary : YAML Ain't Markup Language (tm)
URL : http://search.cpan.org/dist/YAML/
License : GPL+ or Artistic
Description : The YAML.pm module implements a YAML Loader and Dumper based on
: the YAML 1.0 specification. http://www.yaml.org/spec/
: YAML is a generic data serialization language that is optimized
: for human readability. It can be used to express the data
: structures of most modern programming languages, including Perl.
: For information on the YAML syntax, please refer to the YAML
: specification.