How to Install and Uninstall perl-Text-Levenshtein.noarch Package on Fedora 36

Last updated: October 04,2024

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

Please follow the instructions below to install perl-Text-Levenshtein.noarch on Fedora 36

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

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

Learn how to uninstall perl-Text-Levenshtein.noarch on Fedora 36:

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

3. Information about the perl-Text-Levenshtein.noarch package on Fedora 36

Last metadata expiration check: 3:50:14 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Text-Levenshtein
Version : 0.14
Release : 4.fc36
Architecture : noarch
Size : 24 k
Source : perl-Text-Levenshtein-0.14-4.fc36.src.rpm
Repository : fedora
Summary : Implementation of the Levenshtein edit distance
URL : https://metacpan.org/release/Text-Levenshtein
License : GPL+ or Artistic
Description : This module implements the Levenshtein edit distance. The Levenshtein edit
: distance is a measure of the degree of proximity between two strings. This
: distance is the number of substitutions, deletions or insertions ("edits")
: needed to transform one string into the other one (and vice versa). When
: two strings have distance 0, they are the same. To learn more about the
: Levenshtein metric, have a look at the Wikipedia page
: .