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

Last updated: November 24,2024

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

Please follow the guidelines below to install perl-Algorithm-Diff.noarch on Fedora 39

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

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

This guide let you learn how to uninstall perl-Algorithm-Diff.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:39:35 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Algorithm-Diff
Version : 1.2010
Release : 9.fc39
Architecture : noarch
Size : 46 k
Source : perl-Algorithm-Diff-1.2010-9.fc39.src.rpm
Repository : fedora
Summary : Compute 'intelligent' differences between two files/lists
URL : https://metacpan.org/release/Algorithm-Diff
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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.