How To Install aubio-python3 on Fedora 36

In this tutorial we learn how to install aubio-python3 in Fedora 36. aubio-python3 is Python 3 language bindings for aubio

Introduction

In this tutorial we learn how to install aubio-python3 on Fedora 36.

What is aubio-python3

The aubio-python3 package contains the Python 3 language bindings for aubio.

We can use yum or dnf to install aubio-python3 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aubio-python3.

Install aubio-python3 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install aubio-python3 using dnf by running the following command:

sudo dnf -y install aubio-python3

Install aubio-python3 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install aubio-python3 using yum by running the following command:

sudo yum -y install aubio-python3

How To Uninstall aubio-python3 on Fedora 36

To uninstall only the aubio-python3 package we can use the following command:

sudo dnf remove aubio-python3

aubio-python3 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/adbe0249a08ec397ef703f8679bed6277c1bca
/usr/lib64/python3.10/site-packages/aubio
/usr/lib64/python3.10/site-packages/aubio-0.4.9-py3.10.egg-info
/usr/lib64/python3.10/site-packages/aubio-0.4.9-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/aubio-0.4.9-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/aubio-0.4.9-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/aubio-0.4.9-py3.10.egg-info/entry_points.txt
/usr/lib64/python3.10/site-packages/aubio-0.4.9-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/aubio-0.4.9-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/aubio/__init__.py
/usr/lib64/python3.10/site-packages/aubio/__pycache__
/usr/lib64/python3.10/site-packages/aubio/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/aubio/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/aubio/__pycache__/cmd.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/aubio/__pycache__/cmd.cpython-310.pyc
/usr/lib64/python3.10/site-packages/aubio/__pycache__/cut.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/aubio/__pycache__/cut.cpython-310.pyc
/usr/lib64/python3.10/site-packages/aubio/__pycache__/midiconv.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/aubio/__pycache__/midiconv.cpython-310.pyc
/usr/lib64/python3.10/site-packages/aubio/__pycache__/slicing.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/aubio/__pycache__/slicing.cpython-310.pyc
/usr/lib64/python3.10/site-packages/aubio/_aubio.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/aubio/cmd.py
/usr/lib64/python3.10/site-packages/aubio/cut.py
/usr/lib64/python3.10/site-packages/aubio/midiconv.py
/usr/lib64/python3.10/site-packages/aubio/slicing.py

References

Summary

In this tutorial we learn how to install aubio-python3 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).