How to Install and Uninstall rust-bencher-devel.noarch Package on Rocky Linux 9

Last updated: November 26,2024

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

Learn how to install rust-bencher-devel.noarch on Rocky Linux 9

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

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

This tutorial shows how to uninstall rust-bencher-devel.noarch on Rocky Linux 9:

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

3. Information about the rust-bencher-devel.noarch package on Rocky Linux 9

Last metadata expiration check: 2:02:28 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : rust-bencher-devel
Version : 0.1.5
Release : 13.el9
Architecture : noarch
Size : 27 k
Source : rust-bencher-0.1.5-13.el9.src.rpm
Repository : epel
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.