How to Install and Uninstall perl-Test-CheckChanges Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-Test-CheckChanges" package

Please follow the guidelines below to install perl-Test-CheckChanges on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Test-CheckChanges

2. Uninstall "perl-Test-CheckChanges" package

Please follow the guidelines below to uninstall perl-Test-CheckChanges on openSUSE Leap:

$ sudo zypper remove perl-Test-CheckChanges

3. Information about the perl-Test-CheckChanges package on openSUSE Leap

Information for package perl-Test-CheckChanges:
-----------------------------------------------
Repository : Main Repository
Name : perl-Test-CheckChanges
Version : 0.14-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 80.9 KiB
Installed : No
Status : not installed
Source package : perl-Test-CheckChanges-0.14-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/Test-CheckChanges/
Summary : Check that the Changes file matches the distribution.
Description :
This module checks that you _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
dialog messages are printed to help explain the failure.
The _examples_ directory contains examples of the different formats of
_Changes_ files that are recognized.