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

Last updated: April 29,2024

1. Install "python3-aubio" package

Here is a brief guide to show you how to install python3-aubio on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-aubio

2. Uninstall "python3-aubio" package

This is a short guide on how to uninstall python3-aubio on openSUSE Leap:

$ sudo zypper remove python3-aubio

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

Information for package python3-aubio:
--------------------------------------
Repository : Main Repository
Name : python3-aubio
Version : 0.4.9-bp155.5.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 506.2 KiB
Installed : No
Status : not installed
Source package : python-aubio-0.4.9-bp155.5.6.src
Upstream URL : http://aubio.org/
Summary : A collection of tools for music analysis
Description :
A python module to access the aubio library functions.
aubio is a library to label music and sounds. It listens to audio signals and attempts to detect events. For instance, when a drum is hit, at which frequency is a note, or at what tempo is a rhythmic melody.
Its features include segmenting a sound file before each of its attacks, performing pitch detection, tapping the beat and producing midi streams from live audio.