How to Install and Uninstall perl-Text-WagnerFischer.noarch Package on Fedora 36

Last updated: October 07,2024

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

Please follow the steps below to install perl-Text-WagnerFischer.noarch on Fedora 36

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

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

Please follow the steps below to uninstall perl-Text-WagnerFischer.noarch on Fedora 36:

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

3. Information about the perl-Text-WagnerFischer.noarch package on Fedora 36

Last metadata expiration check: 3:10:00 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Text-WagnerFischer
Version : 0.04
Release : 21.fc36
Architecture : noarch
Size : 14 k
Source : perl-Text-WagnerFischer-0.04-21.fc36.src.rpm
Repository : fedora
Summary : Implementation of the Wagner-Fischer edit distance
URL : https://metacpan.org/release/Text-WagnerFischer
License : GPL+ or Artistic
Description : This module implements the Wagner-Fischer dynamic programming technique,
: used here to calculate the edit distance of two strings. The edit distance
: is a measure of the degree of proximity between two strings, based on
: "edits": the operations of substitutions, deletions or insertions needed to
: transform the string into the other one (and vice versa).