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

Last updated: July 06,2024

1. Install "python310-SoundFile" package

This guide let you learn how to install python310-SoundFile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-SoundFile

2. Uninstall "python310-SoundFile" package

Here is a brief guide to show you how to uninstall python310-SoundFile on openSuSE Tumbleweed:

$ sudo zypper remove python310-SoundFile

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

Information for package python310-SoundFile:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-SoundFile
Version : 0.12.1-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 201.8 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.