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

Last updated: September 28,2024

1. Install "python310-audioread" package

Please follow the step by step instructions below to install python310-audioread on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-audioread

2. Uninstall "python310-audioread" package

Please follow the guidance below to uninstall python310-audioread on openSuSE Tumbleweed:

$ sudo zypper remove python310-audioread

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

Information for package python310-audioread:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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).