How to Install and Uninstall perl-String-Similarity.x86_64 Package on AlmaLinux 9

Last updated: October 13,2024

1. Install "perl-String-Similarity.x86_64" package

This guide covers the steps necessary to install perl-String-Similarity.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install perl-String-Similarity.x86_64

2. Uninstall "perl-String-Similarity.x86_64" package

In this section, we are going to explain the necessary steps to uninstall perl-String-Similarity.x86_64 on AlmaLinux 9:

$ sudo dnf remove perl-String-Similarity.x86_64 $ sudo dnf autoremove

3. Information about the perl-String-Similarity.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:38:03 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-String-Similarity
Version : 1.04
Release : 34.el9
Architecture : x86_64
Size : 26 k
Source : perl-String-Similarity-1.04-34.el9.src.rpm
Repository : epel
Summary : Calculates the similarity of two strings
URL : https://metacpan.org/release/String-Similarity
License : GPLv2+
Description : The similarity function calculates the similarity index of its two arguments.
: A value of 0 means that the strings are entirely different. A value of 1
: means that the strings are identical. Everything else lies between 0 and 1
: and describes the amount of similarity between the strings.