How to Install and Uninstall rust-bytecount+runtime-dispatch-simd-devel.noarch Package on Oracle Linux 9

Last updated: October 07,2024

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

This guide covers the steps necessary to install rust-bytecount+runtime-dispatch-simd-devel.noarch on Oracle Linux 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 Oracle Linux 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 Oracle Linux 9

Last metadata expiration check: 1:43:25 ago on Thu Feb 15 07:50:05 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.