How to Install and Uninstall python3-audioread Package on openSUSE Leap

Last updated: May 11,2024

1. Install "python3-audioread" package

This tutorial shows how to install python3-audioread on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-audioread

2. Uninstall "python3-audioread" package

Please follow the guidelines below to uninstall python3-audioread on openSUSE Leap:

$ sudo zypper remove python3-audioread

3. Information about the python3-audioread package on openSUSE Leap

Information for package python3-audioread:
------------------------------------------
Repository : Main Repository
Name : python3-audioread
Version : 2.1.8-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 136.9 KiB
Installed : No
Status : not installed
Source package : python-audioread-2.1.8-bp155.2.13.src
Upstream URL : https://github.com/sampsyo/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).