How to Install and Uninstall perl-Algorithm-Diff.noarch Package on Amazon Linux 2

Last updated: May 15,2024

1. Install "perl-Algorithm-Diff.noarch" package

Please follow the guidance below to install perl-Algorithm-Diff.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Algorithm-Diff.noarch

2. Uninstall "perl-Algorithm-Diff.noarch" package

Please follow the step by step instructions below to uninstall perl-Algorithm-Diff.noarch on Amazon Linux 2:

$ sudo yum remove perl-Algorithm-Diff.noarch $ sudo yum autoremove

3. Information about the perl-Algorithm-Diff.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Algorithm-Diff
Arch : noarch
Version : 1.1902
Release : 17.amzn2
Size : 47 k
Repo : amzn2-core/2/x86_64
Summary : Algorithm::Diff Perl module
URL : http://search.cpan.org/dist/Algorithm-Diff/
License : GPL+ or Artistic
Description : This is a module for computing the difference between two files,
: two strings, or any other two lists of things. It uses an
: intelligent algorithm similar to (or identical to) the one used by
: the Unix "diff" program. It is guaranteed to find the *smallest
: possible* set of differences.