How to Install and Uninstall perl-Algorithm-Diff.src Package on Oracle Linux 8

Last updated: November 01,2024

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

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

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

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

Please follow the instructions below to uninstall perl-Algorithm-Diff.src on Oracle Linux 8:

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

3. Information about the perl-Algorithm-Diff.src package on Oracle Linux 8

Last metadata expiration check: 4:33:35 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Algorithm-Diff
Version : 1.1903
Release : 10.module+el8.6.0+20545+312b6629
Architecture : src
Size : 48 k
Source : None
Repository : ol8_appstream
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.