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

Last updated: September 29,2024

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

Please follow the guidance below to install perl-Text-Diff.src on Oracle Linux 8

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

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

This tutorial shows how to uninstall perl-Text-Diff.src on Oracle Linux 8:

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

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

Last metadata expiration check: 1:47:15 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-Text-Diff
Version : 1.45
Release : 7.module+el8.6.0+20545+312b6629
Architecture : src
Size : 44 k
Source : None
Repository : ol8_appstream
Summary : Perform diffs on files and record sets
URL : https://metacpan.org/release/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.