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

Last updated: October 09,2024

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

This guide let you learn how to install rust-bencher-devel.noarch on Fedora 36

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

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

This guide let you learn how to uninstall rust-bencher-devel.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:10:26 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rust-bencher-devel
Version : 0.1.5
Release : 12.fc36
Architecture : noarch
Size : 27 k
Source : rust-bencher-0.1.5-12.fc36.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.