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

Last updated: June 26,2024

1. Install "python310-SoundCard" package

In this section, we are going to explain the necessary steps to install python310-SoundCard on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-SoundCard

2. Uninstall "python310-SoundCard" package

Please follow the guidelines below to uninstall python310-SoundCard on openSuSE Tumbleweed:

$ sudo zypper remove python310-SoundCard

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

Information for package python310-SoundCard:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-SoundCard
Version : 0.4.2-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 337.3 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.