How to Install and Uninstall perl-CPAN-Changes.noarch Package on AlmaLinux 9

Last updated: July 04,2024

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

This guide covers the steps necessary to install perl-CPAN-Changes.noarch on AlmaLinux 9

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

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

This is a short guide on how to uninstall perl-CPAN-Changes.noarch on AlmaLinux 9:

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

3. Information about the perl-CPAN-Changes.noarch package on AlmaLinux 9

Last metadata expiration check: 2:45:46 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-CPAN-Changes
Version : 0.400002
Release : 13.el9
Architecture : noarch
Size : 37 k
Source : perl-CPAN-Changes-0.400002-13.el9.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.