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

Last updated: April 27,2024

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

Here is a brief guide to show you how to install perl-Text-Diff.noarch on Amazon Linux 2

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

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

This tutorial shows how to uninstall perl-Text-Diff.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Text-Diff
Arch : noarch
Version : 1.41
Release : 5.amzn2
Size : 40 k
Repo : amzn2-core/2/x86_64
Summary : Perform diffs on files and record sets
URL : http://search.cpan.org/dist/Text-Diff/
License : (GPL+ or Artistic) and (GPLv2+ or Artistic) and MIT
Description : Text::Diff provides a basic set of services akin to the GNU diff
: utility. It is not anywhere near as feature complete as GNU diff,
: but it is better integrated with Perl and available on all
: platforms. It is often faster than shelling out to a system's diff
: executable for small files, and generally slower on larger files.