How to Install and Uninstall rust-memchr+libc-devel.noarch Package on Fedora 39

Last updated: December 01,2024

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

Here is a brief guide to show you how to install rust-memchr+libc-devel.noarch on Fedora 39

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

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

This tutorial shows how to uninstall rust-memchr+libc-devel.noarch on Fedora 39:

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

3. Information about the rust-memchr+libc-devel.noarch package on Fedora 39

Last metadata expiration check: 2:16:36 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rust-memchr+libc-devel
Version : 2.7.1
Release : 1.fc39
Architecture : noarch
Size : 8.3 k
Source : rust-memchr-2.7.1-1.fc39.src.rpm
Repository : updates
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.