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

Last updated: June 16,2024

1. Install "python311-SoundCard" package

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

$ sudo zypper refresh $ sudo zypper install python311-SoundCard

2. Uninstall "python311-SoundCard" package

Please follow the guidance below to uninstall python311-SoundCard on openSuSE Tumbleweed:

$ sudo zypper remove python311-SoundCard

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

Information for package python311-SoundCard:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-SoundCard
Version : 0.4.2-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 468.4 KiB
Installed : No
Status : not installed
Source package : python-SoundCard-0.4.2-1.6.src
Upstream URL : https://github.com/bastibe/SoundCard
Summary : Python package to play and record audio
Description :
SoundCard is a library for playing and recording audio without
resorting to a CPython extension. Instead, it is implemented using
CFFI and the native audio libraries of Linux, Windows and macOS.
SoundCard is cross-platform, and supports Linux/pulseaudio,
Mac/coreaudio, and Windows/WASAPI. While the interface is identical
across platforms, naming schemes and block sizes can vary between
devices and platforms.