How To Install perl-Text-LevenshteinXS on Fedora 36

In this tutorial we learn how to install perl-Text-LevenshteinXS in Fedora 36. perl-Text-LevenshteinXS is XS implementation of the Levenshtein edit distance

Introduction

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

What is perl-Text-LevenshteinXS

This module implements the Levenshtein edit distance in a XS way.

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

Install perl-Text-LevenshteinXS 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-LevenshteinXS using dnf by running the following command:

sudo dnf -y install perl-Text-LevenshteinXS

Install perl-Text-LevenshteinXS 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-LevenshteinXS using yum by running the following command:

sudo yum -y install perl-Text-LevenshteinXS

How To Uninstall perl-Text-LevenshteinXS on Fedora 36

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

sudo dnf remove perl-Text-LevenshteinXS

perl-Text-LevenshteinXS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/a108ee816249e6b69ae12f331d4a182002ddb9
/usr/lib64/perl5/vendor_perl/Text
/usr/lib64/perl5/vendor_perl/Text/LevenshteinXS.pm
/usr/lib64/perl5/vendor_perl/auto/Text
/usr/lib64/perl5/vendor_perl/auto/Text/LevenshteinXS
/usr/lib64/perl5/vendor_perl/auto/Text/LevenshteinXS/LevenshteinXS.so
/usr/lib64/perl5/vendor_perl/auto/Text/LevenshteinXS/autosplit.ix
/usr/share/doc/perl-Text-LevenshteinXS
/usr/share/doc/perl-Text-LevenshteinXS/Changes
/usr/share/doc/perl-Text-LevenshteinXS/README
/usr/share/man/man3/Text::LevenshteinXS.3pm.gz

References

Summary

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