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

Last updated: July 01,2024

1. Install "python39-SoundFile" package

This tutorial shows how to install python39-SoundFile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-SoundFile

2. Uninstall "python39-SoundFile" package

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

$ sudo zypper remove python39-SoundFile

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

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