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

Last updated: May 03,2024

1. Install "perl-CPAN-Changes.noarch" package

Please follow the guidance below to install perl-CPAN-Changes.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-CPAN-Changes.noarch

2. Uninstall "perl-CPAN-Changes.noarch" package

Here is a brief guide to show you how to uninstall perl-CPAN-Changes.noarch on Amazon Linux 2:

$ sudo yum remove perl-CPAN-Changes.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-CPAN-Changes
Arch : noarch
Version : 0.20
Release : 2.amzn2
Size : 33 k
Repo : amzn2-core/2/x86_64
Summary : Read and write Changes files
URL : http://search.cpan.org/dist/CPAN-Changes/
License : GPL+ or Artistic
Description : It is standard practice to include a Changes file in your
: distribution. The purpose of the Changes file is to help a user
: figure out what has changed since the last release.
:
: People have devised many ways to write the Changes file. A
: preliminary specification has been created (CPAN::Changes::Spec)
: to encourage module authors to write clear and concise Changes.
:
: This module will help users programmatically read and write
: Changes files that conform to the specification.