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

Last updated: October 05,2024

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

This guide let you learn how to install perl-Text-WagnerFischer.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall perl-Text-WagnerFischer.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:02:02 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-Text-WagnerFischer
Version : 0.04
Release : 20.fc35
Architecture : noarch
Size : 14 k
Source : perl-Text-WagnerFischer-0.04-20.fc35.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).