How to Install and Uninstall rust-memchr+libc-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

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

This guide let you learn how to install rust-memchr+libc-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the step by step instructions below to uninstall rust-memchr+libc-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the rust-memchr+libc-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:46:10 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-memchr+libc-devel
Version : 2.7.1
Release : 1.el9
Architecture : noarch
Size : 7.9 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 "libc" feature of the "memchr" crate.