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

Last updated: May 19,2024

1. Install "python36-python-rtmidi" package

Please follow the step by step instructions below to install python36-python-rtmidi on openSuSE Tumbleweed

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

2. Uninstall "python36-python-rtmidi" package

Please follow the guidance below to uninstall python36-python-rtmidi on openSuSE Tumbleweed:

$ sudo zypper remove python36-python-rtmidi

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

Information for package python36-python-rtmidi:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-python-rtmidi
Version : 1.4.9-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 351,3 KiB
Installed : No
Status : not installed
Source package : python-python-rtmidi-1.4.9-1.2.src
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.