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

Last updated: May 02,2024

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

This is a short guide on how to install perl-CPAN-Changes.noarch on AlmaLinux 8

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

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

Please follow the instructions below to uninstall perl-CPAN-Changes.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 2:28:56 ago on Mon Sep 5 03:22:42 2022.
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.