How to Install and Uninstall rust-memchr+alloc-devel.noarch Package on AlmaLinux 9

Last updated: July 04,2024

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

This guide let you learn how to install rust-memchr+alloc-devel.noarch on AlmaLinux 9

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

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

Here is a brief guide to show you how to uninstall rust-memchr+alloc-devel.noarch on AlmaLinux 9:

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

3. Information about the rust-memchr+alloc-devel.noarch package on AlmaLinux 9

Last metadata expiration check: 2:46:30 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : rust-memchr+alloc-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 "alloc" feature of the "memchr" crate.