How to Install and Uninstall perl-Test-Differences.noarch Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "perl-Test-Differences.noarch" package

Please follow the step by step instructions below to install perl-Test-Differences.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Test-Differences.noarch

2. Uninstall "perl-Test-Differences.noarch" package

This guide let you learn how to uninstall perl-Test-Differences.noarch on Amazon Linux 2:

$ sudo yum remove perl-Test-Differences.noarch $ sudo yum autoremove

3. Information about the perl-Test-Differences.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Test-Differences
Arch : noarch
Version : 0.5000
Release : 10.amzn2
Size : 22 k
Repo : amzn2-core/2/x86_64
Summary : Test strings and data structures and show differences if not OK
URL : http://search.cpan.org/dist/Test-Differences/
License : GPL+ or Artistic
Description : When the code you're testing returns multiple lines, records or
: data structures and they're just plain wrong, an equivalent to the
: Unix diff utility may be just what's needed.