How To Install perl-Test-CheckChanges on Fedora 36

In this tutorial we learn how to install perl-Test-CheckChanges in Fedora 36. perl-Test-CheckChanges is Check that the Changes file matches the distribution

Introduction

In this tutorial we learn how to install perl-Test-CheckChanges on Fedora 36.

What is perl-Test-CheckChanges

This module checks that your Changes file has an entry for the current version of the Module being tested. The version information for the distribution being tested is taken out of the Build data, or if that is not found, out of the Makefile. It then attempts to open, in order, a file with the name Changes or CHANGES. The Changes file is then parsed for version numbers. If one and only one of the version numbers matches, the test passes; otherwise the test fails. A message with the current version is printed if the test passes; otherwise diagnostic messages are printed to help explain the failure.

We can use yum or dnf to install perl-Test-CheckChanges on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Test-CheckChanges.

Install perl-Test-CheckChanges on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Test-CheckChanges using dnf by running the following command:

sudo dnf -y install perl-Test-CheckChanges

Install perl-Test-CheckChanges on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Test-CheckChanges using yum by running the following command:

sudo yum -y install perl-Test-CheckChanges

How To Uninstall perl-Test-CheckChanges on Fedora 36

To uninstall only the perl-Test-CheckChanges package we can use the following command:

sudo dnf remove perl-Test-CheckChanges

perl-Test-CheckChanges Package Contents on Fedora 36

/usr/share/doc/perl-Test-CheckChanges
/usr/share/doc/perl-Test-CheckChanges/Changes
/usr/share/doc/perl-Test-CheckChanges/README
/usr/share/doc/perl-Test-CheckChanges/examples
/usr/share/doc/perl-Test-CheckChanges/examples/apocal
/usr/share/doc/perl-Test-CheckChanges/examples/apocal/Changes
/usr/share/doc/perl-Test-CheckChanges/examples/apocal/Makefile
/usr/share/doc/perl-Test-CheckChanges/examples/common
/usr/share/doc/perl-Test-CheckChanges/examples/common/Changes
/usr/share/doc/perl-Test-CheckChanges/examples/common/Makefile
/usr/share/doc/perl-Test-CheckChanges/examples/common3
/usr/share/doc/perl-Test-CheckChanges/examples/common3/Changes
/usr/share/doc/perl-Test-CheckChanges/examples/common3/Makefile
/usr/share/doc/perl-Test-CheckChanges/examples/mixxed
/usr/share/doc/perl-Test-CheckChanges/examples/mixxed/Changes
/usr/share/doc/perl-Test-CheckChanges/examples/mixxed/Makefile
/usr/share/doc/perl-Test-CheckChanges/examples/versionN
/usr/share/doc/perl-Test-CheckChanges/examples/versionN/Changes
/usr/share/doc/perl-Test-CheckChanges/examples/versionN/Makefile
/usr/share/doc/perl-Test-CheckChanges/examples/yaml
/usr/share/doc/perl-Test-CheckChanges/examples/yaml/Changes
/usr/share/doc/perl-Test-CheckChanges/examples/yaml/Makefile
/usr/share/man/man3/Test::CheckChanges.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/CheckChanges.pm

References

Summary

In this tutorial we learn how to install perl-Test-CheckChanges on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).