How to Install and Uninstall perl-Text-Diff.noarch Package on Fedora 39

Last updated: January 14,2025

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

Please follow the guidance below to install perl-Text-Diff.noarch on Fedora 39

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

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

Here is a brief guide to show you how to uninstall perl-Text-Diff.noarch on Fedora 39:

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

3. Information about the perl-Text-Diff.noarch package on Fedora 39

Last metadata expiration check: 2:02:30 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Text-Diff
Version : 1.45
Release : 19.fc39
Architecture : noarch
Size : 40 k
Source : perl-Text-Diff-1.45-19.fc39.src.rpm
Repository : fedora
Summary : Perform diffs on files and record sets
URL : https://metacpan.org/release/Text-Diff
License : (GPL-1.0-or-later OR Artistic-1.0-Perl) AND (GPL-2.0-or-later OR Artistic-1.0-Perl) 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.