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

Last updated: October 05,2024

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

In this section, we are going to explain the necessary steps to install rust-bencher-devel.noarch on Fedora 34

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

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

Please follow the steps below to uninstall rust-bencher-devel.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:22:32 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rust-bencher-devel
Version : 0.1.5
Release : 10.fc34
Architecture : noarch
Size : 27 k
Source : rust-bencher-0.1.5-10.fc34.src.rpm
Repository : fedora
Summary : Port of the libtest (unstable Rust) benchmark runner to Rust stable releases
URL : https://crates.io/crates/bencher
License : MIT or ASL 2.0
Description : A port of the libtest (unstable Rust) benchmark runner to Rust stable releases.
: Supports running benchmarks and filtering based on the name. Benchmark
: execution works exactly the same way and no more (caveat: black_box is still
: missing!).
:
: This package contains library source intended for building other packages
: which use "bencher" crate.