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

Last updated: July 03,2024

1. Install "python311-audioread" package

Please follow the guidelines below to install python311-audioread on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-audioread

2. Uninstall "python311-audioread" package

This tutorial shows how to uninstall python311-audioread on openSuSE Tumbleweed:

$ sudo zypper remove python311-audioread

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

Information for package python311-audioread:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-audioread
Version : 3.0.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 192.7 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).