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

Last updated: May 20,2024

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

This guide let you learn how to install perl-Algorithm-Diff.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

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

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

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

Last metadata expiration check: 1:38:03 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : perl-Algorithm-Diff
Version : 1.1903
Release : 9.el8
Architecture : noarch
Size : 52 k
Source : perl-Algorithm-Diff-1.1903-9.el8.src.rpm
Repository : ubi-8-appstream-rpms
Summary : Compute `intelligent' differences between two files/lists
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.