How to Install and Uninstall rust-bytecount-devel.noarch Package on Fedora 39

Last updated: September 30,2024

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

This is a short guide on how to install rust-bytecount-devel.noarch on Fedora 39

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

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

Here is a brief guide to show you how to uninstall rust-bytecount-devel.noarch on Fedora 39:

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

3. Information about the rust-bytecount-devel.noarch package on Fedora 39

Last metadata expiration check: 5:04:42 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rust-bytecount-devel
Version : 0.6.7
Release : 1.fc39
Architecture : noarch
Size : 23 k
Source : rust-bytecount-0.6.7-1.fc39.src.rpm
Repository : updates
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.