How to Install and Uninstall rust-strsim-devel.noarch Package on Rocky Linux 9

Last updated: July 06,2024

1. Install "rust-strsim-devel.noarch" package

This guide let you learn how to install rust-strsim-devel.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install rust-strsim-devel.noarch

2. Uninstall "rust-strsim-devel.noarch" package

This tutorial shows how to uninstall rust-strsim-devel.noarch on Rocky Linux 9:

$ sudo dnf remove rust-strsim-devel.noarch $ sudo dnf autoremove

3. Information about the rust-strsim-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 0:22:39 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-strsim-devel
Version : 0.10.1
Release : 1.el9
Architecture : noarch
Size : 21 k
Source : rust-strsim-0.10.1-1.el9.src.rpm
Repository : epel
Summary : Implementations of string similarity metrics
URL : https://crates.io/crates/strsim
License : MIT
Description : Implementations of string similarity metrics. Includes Hamming,
: Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-
: Dice.
:
: This package contains library source intended for building other packages which
: use the "strsim" crate.