How To Install perl-Text-Levenshtein-Damerau-XS on Rocky Linux 8

In this tutorial we learn how to install perl-Text-Levenshtein-Damerau-XS on Rocky Linux 8. perl-Text-Levenshtein-Damerau-XS is XS Damerau Levenshtein edit distance

Introduction

In this tutorial we learn how to install perl-Text-Levenshtein-Damerau-XS on Rocky Linux 8.

What is perl-Text-Levenshtein-Damerau-XS

This is an XS implementation of the true Damerau Levenshtein edit distance algorithm.

We can use yum or dnf to install perl-Text-Levenshtein-Damerau-XS on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-Levenshtein-Damerau-XS.

Install perl-Text-Levenshtein-Damerau-XS on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-Text-Levenshtein-Damerau-XS

Install perl-Text-Levenshtein-Damerau-XS on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-Text-Levenshtein-Damerau-XS

How To Uninstall perl-Text-Levenshtein-Damerau-XS on Rocky Linux 8

To uninstall only the perl-Text-Levenshtein-Damerau-XS package we can use the following command:

sudo dnf remove perl-Text-Levenshtein-Damerau-XS

perl-Text-Levenshtein-Damerau-XS Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/b4414fe21aff880f30eaf782f91e1f8654a769
/usr/lib64/perl5/vendor_perl/Text
/usr/lib64/perl5/vendor_perl/Text/Levenshtein
/usr/lib64/perl5/vendor_perl/Text/Levenshtein/Damerau
/usr/lib64/perl5/vendor_perl/Text/Levenshtein/Damerau/XS.pm
/usr/lib64/perl5/vendor_perl/auto/Text
/usr/lib64/perl5/vendor_perl/auto/Text/Levenshtein
/usr/lib64/perl5/vendor_perl/auto/Text/Levenshtein/Damerau
/usr/lib64/perl5/vendor_perl/auto/Text/Levenshtein/Damerau/XS
/usr/lib64/perl5/vendor_perl/auto/Text/Levenshtein/Damerau/XS/XS.so
/usr/share/doc/perl-Text-Levenshtein-Damerau-XS
/usr/share/doc/perl-Text-Levenshtein-Damerau-XS/Changes
/usr/share/doc/perl-Text-Levenshtein-Damerau-XS/README.pod
/usr/share/doc/perl-Text-Levenshtein-Damerau-XS/examples
/usr/share/doc/perl-Text-Levenshtein-Damerau-XS/examples/benchmark.pl
/usr/share/doc/perl-Text-Levenshtein-Damerau-XS/examples/fuzzy_name_search.pl
/usr/share/licenses/perl-Text-Levenshtein-Damerau-XS
/usr/share/licenses/perl-Text-Levenshtein-Damerau-XS/LICENSE
/usr/share/man/man3/Text::Levenshtein::Damerau::XS.3pm.gz

References

Summary

In this tutorial we learn how to install perl-Text-Levenshtein-Damerau-XS on Rocky Linux 8 using yum and dnf.