How to Install and Uninstall python310-asv Package on openSuSE Tumbleweed

Last updated: October 05,2024

1. Install "python310-asv" package

In this section, we are going to explain the necessary steps to install python310-asv on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-asv

2. Uninstall "python310-asv" package

In this section, we are going to explain the necessary steps to uninstall python310-asv on openSuSE Tumbleweed:

$ sudo zypper remove python310-asv

3. Information about the python310-asv package on openSuSE Tumbleweed

Information for package python310-asv:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-asv
Version : 0.6.1-3.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 990.6 KiB
Installed : No
Status : not installed
Source package : python-asv-0.6.1-3.4.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.