How to Install and Uninstall python312-audioread Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python312-audioread" package

Here is a brief guide to show you how to install python312-audioread on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-audioread

2. Uninstall "python312-audioread" package

Learn how to uninstall python312-audioread on openSuSE Tumbleweed:

$ sudo zypper remove python312-audioread

3. Information about the python312-audioread package on openSuSE Tumbleweed

Information for package python312-audioread:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-audioread
Version : 3.0.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 183.1 KiB
Installed : No
Status : not installed
Source package : python-audioread-3.0.1-1.2.src
Upstream URL : https://github.com/beetbox/audioread
Summary : Wrapper for audio decoding via selectable backends
Description :
Decode audio files using whichever backend is available. The library
currently supports:
- Gstreamer via PyGObject.
- MAD via the pymad bindings.
- FFmpeg or Libav via its command-line interface.
- The standard library wave, aifc, and sunau modules (for
uncompressed audio formats).