How to Install and Uninstall rust-strsim+default-devel.noarch Package on Oracle Linux 9

Last updated: July 01,2024

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

Here is a brief guide to show you how to install rust-strsim+default-devel.noarch on Oracle Linux 9

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

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

This is a short guide on how to uninstall rust-strsim+default-devel.noarch on Oracle Linux 9:

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

3. Information about the rust-strsim+default-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 2:45:34 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-strsim+default-devel
Version : 0.10.1
Release : 1.el9
Architecture : noarch
Size : 7.7 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 "default" feature of the "strsim" crate.