How to Install and Uninstall perl-CPAN-Changes.noarch Package on Fedora 35

Last updated: October 06,2024

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

This guide let you learn how to install perl-CPAN-Changes.noarch on Fedora 35

$ 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 Fedora 35:

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

3. Information about the perl-CPAN-Changes.noarch package on Fedora 35

Last metadata expiration check: 0:58:02 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-CPAN-Changes
Version : 0.400002
Release : 19.fc35
Architecture : noarch
Size : 38 k
Source : perl-CPAN-Changes-0.400002-19.fc35.src.rpm
Repository : fedora
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.