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

Last updated: June 23,2024

1. Install "python312-SoundFile" package

Please follow the guidelines below to install python312-SoundFile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-SoundFile

2. Uninstall "python312-SoundFile" package

Please follow the guidelines below to uninstall python312-SoundFile on openSuSE Tumbleweed:

$ sudo zypper remove python312-SoundFile

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

Information for package python312-SoundFile:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-SoundFile
Version : 0.12.1-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 237.3 KiB
Installed : No
Status : not installed
Source package : python-SoundFile-0.12.1-1.6.src
Upstream URL : https://github.com/bastibe/python-soundfile
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.