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

Last updated: May 17,2024

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

This guide covers the steps necessary to install rust-memchr-devel.noarch on Rocky Linux 9

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

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

Please follow the steps below to uninstall rust-memchr-devel.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 1:28:51 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-memchr-devel
Version : 2.7.1
Release : 1.el9
Architecture : noarch
Size : 82 k
Source : rust-memchr-2.7.1-1.el9.src.rpm
Repository : epel
Summary : Extremely fast 1, 2 or 3 byte search and single substring search
URL : https://crates.io/crates/memchr
License : Unlicense OR MIT
Description : Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32)
: routines for 1, 2 or 3 byte search and single substring search.
:
: This package contains library source intended for building other packages which
: use the "memchr" crate.