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

Last updated: July 05,2024

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

Please follow the steps below to install rust-bytecount-devel.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall rust-bytecount-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:08:14 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : rust-bytecount-devel
Version : 0.6.2
Release : 2.fc34
Architecture : noarch
Size : 22 k
Source : rust-bytecount-0.6.2-2.fc34.src.rpm
Repository : fedora
Summary : Count occurrences of a given byte, or the number of UTF-8 code points
URL : https://crates.io/crates/bytecount
License : ASL 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 "bytecount" crate.