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

Last updated: October 06,2024

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

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

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

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

Here is a brief guide to show you how to uninstall rust-bytecount+default-devel.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:12:03 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : rust-bytecount+default-devel
Version : 0.6.7
Release : 1.el9
Architecture : noarch
Size : 7.9 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 "default" feature of the "bytecount" crate.