How to Install and Uninstall rust-bytecount+runtime-dispatch-simd-devel.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "rust-bytecount+runtime-dispatch-simd-devel.noarch" package

Please follow the instructions below to install rust-bytecount+runtime-dispatch-simd-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install rust-bytecount+runtime-dispatch-simd-devel.noarch

2. Uninstall "rust-bytecount+runtime-dispatch-simd-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall rust-bytecount+runtime-dispatch-simd-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove rust-bytecount+runtime-dispatch-simd-devel.noarch $ sudo dnf autoremove

3. Information about the rust-bytecount+runtime-dispatch-simd-devel.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:37:52 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-bytecount+runtime-dispatch-simd-devel
Version : 0.6.7
Release : 1.el9
Architecture : noarch
Size : 8.0 k
Source : rust-bytecount-0.6.7-1.el9.src.rpm
Repository : epel
Summary : Count occurrences of a given byte, or the number of UTF-8 code points
URL : https://crates.io/crates/bytecount
License : Apache-2.0 OR MIT
Description : Count occurrences of a given byte, or the number of UTF-8 code points,
: in a byte slice, fast.
:
: This package contains library source intended for building other packages which
: use the "runtime-dispatch-simd" feature of the "bytecount" crate.