How to Install and Uninstall perl-Text-Fuzzy.x86_64 Package on AlmaLinux 9

Last updated: July 05,2024

1. Install "perl-Text-Fuzzy.x86_64" package

Please follow the step by step instructions below to install perl-Text-Fuzzy.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-Text-Fuzzy.x86_64

2. Uninstall "perl-Text-Fuzzy.x86_64" package

Here is a brief guide to show you how to uninstall perl-Text-Fuzzy.x86_64 on AlmaLinux 9:

$ sudo dnf remove perl-Text-Fuzzy.x86_64 $ sudo dnf autoremove

3. Information about the perl-Text-Fuzzy.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:29:26 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-Text-Fuzzy
Version : 0.29
Release : 5.el9
Architecture : x86_64
Size : 57 k
Source : perl-Text-Fuzzy-0.29-5.el9.src.rpm
Repository : epel
Summary : Partial string matching using edit distances
URL : https://metacpan.org/release/Text-Fuzzy
License : GPL+ or Artistic
Description : This module calculates edit distances between words, and searches arrays
: and files to find the nearest entry by edit distance. It handles both byte
: strings and character strings (strings containing Unicode), treating each
: Unicode character as a single entity.