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

Last updated: May 18,2024

1. Install "python2-samplerate" package

Please follow the guidance below to install python2-samplerate on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-samplerate

2. Uninstall "python2-samplerate" package

Please follow the guidelines below to uninstall python2-samplerate on openSUSE Leap:

$ sudo zypper remove python2-samplerate

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

Information for package python2-samplerate:
-------------------------------------------
Repository : Main Repository
Name : python2-samplerate
Version : 0.1.0-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 57,4 KiB
Installed : No
Status : not installed
Source package : python-samplerate-0.1.0-bp153.1.16.src
Summary : Python bindings for libsamplerate
Description :
This is a wrapper around Erik de Castro Lopo's libsamplerate (aka Secret
Rabbit Code) for sample rate conversion.
It implements all three APIs available in libsamplerate:
* Simple API: for resampling a large chunk of data with a single library
call
* Full API: for obtaining the resampled signal from successive chunks of
data
* Callback API: like Full API, but input samples are provided by a callback
function