How to Install and Uninstall python3-SoundFile Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-SoundFile" package

In this section, we are going to explain the necessary steps to install python3-SoundFile on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-SoundFile

2. Uninstall "python3-SoundFile" package

Please follow the guidelines below to uninstall python3-SoundFile on openSUSE Leap:

$ sudo zypper remove python3-SoundFile

3. Information about the python3-SoundFile package on openSUSE Leap

Information for package python3-SoundFile:
------------------------------------------
Repository : Main Repository
Name : python3-SoundFile
Version : 0.10.3.post1-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 189.6 KiB
Installed : No
Status : not installed
Source package : python-SoundFile-0.10.3.post1-bp155.2.13.src
Upstream URL : https://github.com/bastibe/PySoundFile
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.