How to Install and Uninstall python2-pysndfile Package on openSUSE Leap

Last updated: November 01,2024

1. Install "python2-pysndfile" package

This tutorial shows how to install python2-pysndfile on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pysndfile

2. Uninstall "python2-pysndfile" package

In this section, we are going to explain the necessary steps to uninstall python2-pysndfile on openSUSE Leap:

$ sudo zypper remove python2-pysndfile

3. Information about the python2-pysndfile package on openSUSE Leap

Information for package python2-pysndfile:
------------------------------------------
Repository : Main Repository
Name : python2-pysndfile
Version : 1.3.2-bp153.1.17
Arch : x86_64
Vendor : openSUSE
Installed Size : 427,8 KiB
Installed : No
Status : not installed
Source package : python-pysndfile-1.3.2-bp153.1.17.src
Summary : Cython wrapper class for reading/writing soundfiles
Description :
pysndfile is a python package providing PySndfile a
Cython wrapper class around libsndfile . PySndfile
provides methods for reading and writing a large variety of soundfile
formats on a variety of plattforms. PySndfile provides a rather complete
access to the different sound file manipulation options that are
available in libsndfile.
Due to the use of libsndfile nearly all sound file formats, (besides mp3
and derived formats) can be read and written with PySndfile.
The interface has been designed such that a rather large subset of the
functionality of libsndfile can be used, notably the reading and writing
of strings into soundfile formats that support these, and a number of
sf\_commands that allow to control the way libsndfile reads and writes
the samples. One of the most important ones is the use of the clipping
command.