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

Last updated: November 23,2024

1. Install "python38-SoundFile" package

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

$ sudo zypper refresh $ sudo zypper install python38-SoundFile

2. Uninstall "python38-SoundFile" package

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

$ sudo zypper remove python38-SoundFile

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

Information for package python38-SoundFile:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-SoundFile
Version : 0.10.3.post1-3.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 187,2 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.