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

Last updated: October 09,2024

1. Install "rust-bytecount-devel.noarch" package

This tutorial shows how to install rust-bytecount-devel.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install rust-bytecount-devel.noarch

2. Uninstall "rust-bytecount-devel.noarch" package

Learn how to uninstall rust-bytecount-devel.noarch on Oracle Linux 9:

$ sudo dnf remove rust-bytecount-devel.noarch $ sudo dnf autoremove

3. Information about the rust-bytecount-devel.noarch package on Oracle Linux 9

Last metadata expiration check: 3:25:09 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rust-bytecount-devel
Version : 0.6.7
Release : 1.el9
Architecture : noarch
Size : 23 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 "bytecount" crate.