How To Install rust-bytecount-devel on Fedora 36
Introduction
In this tutorial we learn how to install rust-bytecount-devel
on Fedora 36.
What is rust-bytecount-devel
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.
We can use yum
or dnf
to install rust-bytecount-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rust-bytecount-devel.
Install rust-bytecount-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rust-bytecount-devel
using dnf
by running the following command:
sudo dnf -y install rust-bytecount-devel
Install rust-bytecount-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rust-bytecount-devel
using yum
by running the following command:
sudo yum -y install rust-bytecount-devel
How To Uninstall rust-bytecount-devel on Fedora 36
To uninstall only the rust-bytecount-devel
package we can use the following command:
sudo dnf remove rust-bytecount-devel
rust-bytecount-devel Package Contents on Fedora 36
/usr/share/cargo/registry/bytecount-0.6.2
/usr/share/cargo/registry/bytecount-0.6.2/.cargo-checksum.json
/usr/share/cargo/registry/bytecount-0.6.2/Cargo.toml
/usr/share/cargo/registry/bytecount-0.6.2/LICENSE.Apache2
/usr/share/cargo/registry/bytecount-0.6.2/LICENSE.MIT
/usr/share/cargo/registry/bytecount-0.6.2/README.md
/usr/share/cargo/registry/bytecount-0.6.2/benches
/usr/share/cargo/registry/bytecount-0.6.2/benches/bench.rs
/usr/share/cargo/registry/bytecount-0.6.2/src
/usr/share/cargo/registry/bytecount-0.6.2/src/integer_simd.rs
/usr/share/cargo/registry/bytecount-0.6.2/src/lib.rs
/usr/share/cargo/registry/bytecount-0.6.2/src/naive.rs
/usr/share/cargo/registry/bytecount-0.6.2/src/simd
/usr/share/cargo/registry/bytecount-0.6.2/src/simd/generic.rs
/usr/share/cargo/registry/bytecount-0.6.2/src/simd/mod.rs
/usr/share/cargo/registry/bytecount-0.6.2/src/simd/x86_avx2.rs
/usr/share/cargo/registry/bytecount-0.6.2/src/simd/x86_sse2.rs
/usr/share/cargo/registry/bytecount-0.6.2/tests
/usr/share/cargo/registry/bytecount-0.6.2/tests/check.rs
/usr/share/doc/rust-bytecount-devel
/usr/share/doc/rust-bytecount-devel/README.md
/usr/share/licenses/rust-bytecount-devel
/usr/share/licenses/rust-bytecount-devel/LICENSE.Apache2
/usr/share/licenses/rust-bytecount-devel/LICENSE.MIT
References
Summary
In this tutorial we learn how to install rust-bytecount-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).