How to Install and Uninstall perl-Text-WordDiff.noarch Package on Fedora 35

Last updated: November 28,2024

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

Here is a brief guide to show you how to install perl-Text-WordDiff.noarch on Fedora 35

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

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

Please follow the guidance below to uninstall perl-Text-WordDiff.noarch on Fedora 35:

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

3. Information about the perl-Text-WordDiff.noarch package on Fedora 35

Last metadata expiration check: 4:43:10 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Text-WordDiff
Version : 0.09
Release : 10.fc35
Architecture : noarch
Size : 42 k
Source : perl-Text-WordDiff-0.09-10.fc35.src.rpm
Repository : fedora
Summary : Track changes between documents
URL : https://metacpan.org/release/Text-WordDiff
License : GPL+ or Artistic
Description : This module is a variation on the lovely Text::Diff module. Rather than
: generating traditional line-oriented diffs, however, it generates word-
: oriented diffs. This can be useful for tracking changes in narrative
: documents or documents with very long lines. To diff source code, one is
: still best off using Text::Diff. But if you want to see how a short
: story changed from one version to the next, this module will do the job
: very nicely.