How to Install and Uninstall bench.x86_64 Package on Fedora 36

Last updated: November 28,2024

1. Install "bench.x86_64" package

This is a short guide on how to install bench.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install bench.x86_64

2. Uninstall "bench.x86_64" package

This is a short guide on how to uninstall bench.x86_64 on Fedora 36:

$ sudo dnf remove bench.x86_64 $ sudo dnf autoremove

3. Information about the bench.x86_64 package on Fedora 36

Last metadata expiration check: 3:47:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : bench
Version : 1.0.12
Release : 15.fc36
Architecture : x86_64
Size : 2.9 M
Source : bench-1.0.12-15.fc36.src.rpm
Repository : fedora
Summary : Command-line benchmark tool
URL : https://hackage.haskell.org/package/bench
License : BSD
Description : Think of this as a more powerful alternative to the 'time' command.
: Use this command-line tool to benchmark a command using Haskell's 'criterion'
: library.