How to Install and Uninstall perl-Text-Diff.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 06,2024

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

This guide covers the steps necessary to install perl-Text-Diff.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install perl-Text-Diff.noarch

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

This is a short guide on how to uninstall perl-Text-Diff.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the perl-Text-Diff.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:06:12 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Text-Diff
Version : 1.45
Release : 2.el8
Architecture : noarch
Size : 45 k
Source : perl-Text-Diff-1.45-2.el8.src.rpm
Repository : ubi-8-appstream-rpms
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.