How to Install and Uninstall perl-CPAN-Changes.noarch Package on CentOS 8 / RHEL 8

Last updated: May 14,2024

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

This guide covers the steps necessary to install perl-CPAN-Changes.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install perl-CPAN-Changes.noarch

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

Please follow the guidance below to uninstall perl-CPAN-Changes.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-CPAN-Changes.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:31:57 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-CPAN-Changes
Version : 0.400002
Release : 13.el8
Architecture : noarch
Size : 43 k
Source : perl-CPAN-Changes-0.400002-13.el8.src.rpm
Repository : epel
Summary : Read and write Changes files
URL : https://metacpan.org/release/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.