How to Install and Uninstall perl-Algorithm-Diff.noarch Package on Oracle Linux 9

Last updated: October 06,2024

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

In this section, we are going to explain the necessary steps to install perl-Algorithm-Diff.noarch on Oracle Linux 9

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

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

In this section, we are going to explain the necessary steps to uninstall perl-Algorithm-Diff.noarch on Oracle Linux 9:

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

3. Information about the perl-Algorithm-Diff.noarch package on Oracle Linux 9

Last metadata expiration check: 1:51:36 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : perl-Algorithm-Diff
Version : 1.2010
Release : 4.el9
Architecture : noarch
Size : 58 k
Source : perl-Algorithm-Diff-1.2010-4.el9.src.rpm
Repository : ol9_appstream
Summary : Compute 'intelligent' differences between two files/lists
URL : https://metacpan.org/release/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.