How To Install perl-Text-WagnerFischer on Fedora 36

In this tutorial we learn how to install perl-Text-WagnerFischer in Fedora 36. perl-Text-WagnerFischer is Implementation of the Wagner-Fischer edit distance

Introduction

In this tutorial we learn how to install perl-Text-WagnerFischer on Fedora 36.

What is perl-Text-WagnerFischer

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” transform the string into the other one (and vice versa).

We can use yum or dnf to install perl-Text-WagnerFischer on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-WagnerFischer.

Install perl-Text-WagnerFischer on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Text-WagnerFischer using dnf by running the following command:

sudo dnf -y install perl-Text-WagnerFischer

Install perl-Text-WagnerFischer on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Text-WagnerFischer using yum by running the following command:

sudo yum -y install perl-Text-WagnerFischer

How To Uninstall perl-Text-WagnerFischer on Fedora 36

To uninstall only the perl-Text-WagnerFischer package we can use the following command:

sudo dnf remove perl-Text-WagnerFischer

perl-Text-WagnerFischer Package Contents on Fedora 36

/usr/share/doc/perl-Text-WagnerFischer
/usr/share/doc/perl-Text-WagnerFischer/Changes
/usr/share/doc/perl-Text-WagnerFischer/README
/usr/share/man/man3/Text::WagnerFischer.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/WagnerFischer.pm

References

Summary

In this tutorial we learn how to install perl-Text-WagnerFischer on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).