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

Last updated: July 05,2024

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

This tutorial shows how to install perl-Text-WagnerFischer.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall perl-Text-WagnerFischer.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:38:21 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Text-WagnerFischer
Version : 0.04
Release : 18.fc34
Architecture : noarch
Size : 14 k
Source : perl-Text-WagnerFischer-0.04-18.fc34.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).