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

Last updated: December 28,2024

1. Install "asv.x86_64" package

Please follow the instructions below to install asv.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install asv.x86_64

2. Uninstall "asv.x86_64" package

This guide covers the steps necessary to uninstall asv.x86_64 on Fedora 36:

$ sudo dnf remove asv.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:05:55 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : asv
Version : 0.5.1
Release : 1.fc36
Architecture : x86_64
Size : 369 k
Source : asv-0.5.1-1.fc36.src.rpm
Repository : fedora
Summary : Airspeed Velocity: A simple Python history benchmarking tool
URL : https://github.com/airspeed-velocity/asv
License : BSD and MIT
Description : Airspeed Velocity (asv) is a tool for benchmarking Python packages over
: their lifetime. It is primarily designed to benchmark a single project
: over its lifetime using a given suite of benchmarks. The results are
: displayed in an interactive web frontend that requires only a basic static
: webserver to host.