How to Install and Uninstall rubygem-levenshtein.x86_64 Package on Fedora 34

Last updated: October 08,2024

1. Install "rubygem-levenshtein.x86_64" package

This guide covers the steps necessary to install rubygem-levenshtein.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-levenshtein.x86_64

2. Uninstall "rubygem-levenshtein.x86_64" package

Please follow the steps below to uninstall rubygem-levenshtein.x86_64 on Fedora 34:

$ sudo dnf remove rubygem-levenshtein.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-levenshtein.x86_64 package on Fedora 34

Last metadata expiration check: 2:31:23 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rubygem-levenshtein
Version : 0.2.2
Release : 26.fc34
Architecture : x86_64
Size : 17 k
Source : rubygem-levenshtein-0.2.2-26.fc34.src.rpm
Repository : fedora
Summary : Calculates the Levenshtein distance between two byte strings
URL : http://www.erikveen.dds.nl/levenshtein/doc/index.html
License : GPLv2
Description : Calculates the Levenshtein distance between two byte strings.
:
: The Levenshtein distance is a metric for measuring the amount
: of difference between two sequences (i.e., the so called edit
: distance). The Levenshtein distance between two sequences is
: given by the minimum number of operations needed to transform
: one sequence into the other, where an operation is an
: insertion, deletion, or substitution of a single element.