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

Last updated: November 08,2024

1. Install "python311-SoundFile" package

This guide covers the steps necessary to install python311-SoundFile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-SoundFile

2. Uninstall "python311-SoundFile" package

In this section, we are going to explain the necessary steps to uninstall python311-SoundFile on openSuSE Tumbleweed:

$ sudo zypper remove python311-SoundFile

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

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