How to Install and Uninstall python36-SoundFile Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python36-SoundFile" package

Please follow the guidance below to install python36-SoundFile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-SoundFile

2. Uninstall "python36-SoundFile" package

This guide covers the steps necessary to uninstall python36-SoundFile on openSuSE Tumbleweed:

$ sudo zypper remove python36-SoundFile

3. Information about the python36-SoundFile package on openSuSE Tumbleweed

Information for package python36-SoundFile:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-SoundFile
Version : 0.10.3.post1-3.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 187,4 KiB
Installed : No
Status : not installed
Source package : python-SoundFile-0.10.3.post1-3.4.src
Summary : An audio library based on libsndfile, CFFI and NumPy
Description :
PySoundFile is an audio library based on libsndfile, CFFI and NumPy.
Full documentation is available on http://pysoundfile.readthedocs.org/.
PySoundFile can read and write sound files. File reading/writing is
supported through libsndfile, which itself is accessed through CFFI,
a foreign function interface for Python calling C code. PySoundFile
represents audio data as NumPy arrays.