How to Install and Uninstall python3-asv Package on openSUSE Leap

Last updated: November 01,2024

1. Install "python3-asv" package

This is a short guide on how to install python3-asv on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-asv

2. Uninstall "python3-asv" package

This guide let you learn how to uninstall python3-asv on openSUSE Leap:

$ sudo zypper remove python3-asv

3. Information about the python3-asv package on openSUSE Leap

Information for package python3-asv:
------------------------------------
Repository : Main Repository
Name : python3-asv
Version : 0.4.1-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.8 MiB
Installed : No
Status : not installed
Source package : python-asv-0.4.1-bp155.2.13.src
Upstream URL : https://github.com/airspeed-velocity/asv
Summary : Airspeed Velocity: A Python history benchmarking tool
Description :
airspeed velocity (asv) is a tool for benchmarking Python packages
over their lifetime.
It is 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.