How to Install and Uninstall python311-python-rtmidi Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python311-python-rtmidi" package

Here is a brief guide to show you how to install python311-python-rtmidi on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-python-rtmidi

2. Uninstall "python311-python-rtmidi" package

In this section, we are going to explain the necessary steps to uninstall python311-python-rtmidi on openSuSE Tumbleweed:

$ sudo zypper remove python311-python-rtmidi

3. Information about the python311-python-rtmidi package on openSuSE Tumbleweed

Information for package python311-python-rtmidi:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-python-rtmidi
Version : 1.5.8-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 555.0 KiB
Installed : No
Status : not installed
Source package : python-python-rtmidi-1.5.8-1.3.src
Upstream URL : https://spotlightkid.github.io/python-rtmidi/
Summary : Python binding for the RtMidi C++ library
Description :
RtMidi is a set of C++ classes which provides an API for realtime
MIDI I/O across Linux (ALSA & JACK), macOS (CoreMIDI & JACK),
and Windows (MultiMedia System) operating systems.
python-rtmidi is a Python binding for RtMidi implemented using
Cython and provides a thin wrapper around the RtMidi C++ interface.
The API is basically the same as the C++ one but with the naming
scheme of classes, methods and parameters adapted to the Python
PEP-8 conventions and requirements of the Python package naming
structure.