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

Last updated: May 17,2024

1. Install "python2-audioread" package

This is a short guide on how to install python2-audioread on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-audioread

2. Uninstall "python2-audioread" package

Please follow the step by step instructions below to uninstall python2-audioread on openSUSE Leap:

$ sudo zypper remove python2-audioread

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

Information for package python2-audioread:
------------------------------------------
Repository : Main Repository
Name : python2-audioread
Version : 2.1.8-bp153.1.21
Arch : noarch
Vendor : openSUSE
Installed Size : 154,3 KiB
Installed : No
Status : not installed
Source package : python-audioread-2.1.8-bp153.1.21.src
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).