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

Last updated: May 15,2024

1. Install "python39-audioread" package

This guide let you learn how to install python39-audioread on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-audioread

2. Uninstall "python39-audioread" package

Please follow the step by step instructions below to uninstall python39-audioread on openSuSE Tumbleweed:

$ sudo zypper remove python39-audioread

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

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