How to Install and Uninstall rust-globset+simd-accel-devel.noarch Package on Oracle Linux 9

Last updated: July 05,2024

1. Install "rust-globset+simd-accel-devel.noarch" package

This guide let you learn how to install rust-globset+simd-accel-devel.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rust-globset+simd-accel-devel.noarch

2. Uninstall "rust-globset+simd-accel-devel.noarch" package

Please follow the guidance below to uninstall rust-globset+simd-accel-devel.noarch on Oracle Linux 9:

$ sudo dnf remove rust-globset+simd-accel-devel.noarch $ sudo dnf autoremove

3. Information about the rust-globset+simd-accel-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 1:58:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-globset+simd-accel-devel
Version : 0.4.14
Release : 1.el9
Architecture : noarch
Size : 8.2 k
Source : rust-globset-0.4.14-1.el9.src.rpm
Repository : epel
Summary : Cross platform single glob and glob set matching
URL : https://crates.io/crates/globset
License : Unlicense OR MIT
Description : Cross platform single glob and glob set matching. Glob set matching is
: the process of matching one or more glob patterns against a single
: candidate path simultaneously, and returning all of the globs that
: matched.
:
: This package contains library source intended for building other packages which
: use the "simd-accel" feature of the "globset" crate.