How to Install and Uninstall perl-String-Similarity.x86_64 Package on Rocky Linux 8

Last updated: September 20,2024

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

Please follow the steps below to install perl-String-Similarity.x86_64 on Rocky Linux 8

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

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

Please follow the steps below to uninstall perl-String-Similarity.x86_64 on Rocky Linux 8:

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

3. Information about the perl-String-Similarity.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:36:00 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-String-Similarity
Version : 1.04
Release : 34.el8
Architecture : x86_64
Size : 29 k
Source : perl-String-Similarity-1.04-34.el8.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.