How to Install and Uninstall librtmidi6 Package on Kali Linux

Last updated: May 18,2024

1. Install "librtmidi6" package

In this section, we are going to explain the necessary steps to install librtmidi6 on Kali Linux

$ sudo apt update $ sudo apt install librtmidi6

2. Uninstall "librtmidi6" package

This guide covers the steps necessary to uninstall librtmidi6 on Kali Linux:

$ sudo apt remove librtmidi6 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librtmidi6 package on Kali Linux

Package: librtmidi6
Source: rtmidi
Version: 5.0.0-3
Installed-Size: 122
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Depends: libasound2 (>= 1.0.16), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libjack-jackd2-0 (>= 1.9.10+20150825) | libjack-0.125, libstdc++6 (>= 5.2)
Size: 37480
SHA256: 30c5ffc27c618c4b4a4878ae48b941846e76c807fef094483ee37dbc037e984a
SHA1: 8abfc4219cc38ea876994574c07e8809a703c883
MD5sum: 651b65ef989005aa4d7b2d51e90376cb
Description: C++ library for realtime MIDI input/ouput
RtMidi is a set of C++ classes that provides a common API (Application
Programming Interface) for realtime MIDI input/output across Linux
(native ALSA, JACK, and OSS), Macintosh OS X, SGI, and Windows
(DirectSound and ASIO) operating systems. RtMidi significantly
simplifies the process of interacting with computer audio hardware. It
was designed with the following objectives:
.
* object-oriented C++ design
* simple, common API across all supported platforms
* only one source and two header files for easy inclusion in
programming projects
* MIDI device enumeration
.
MIDI input and output functionality are separated into two classes,
RtMidiIn and RtMidiOut. Each class instance supports only a single MIDI
connection. RtMidi does not provide timing functionality (i.e., output
messages are sent immediately). Input messages are timestamped with delta
times in seconds (via a double floating point type). MIDI data is passed
to the user as raw bytes using an std::vector.
.
This package provides the shared library.
Description-md5:
Multi-Arch: same
Homepage: https://www.music.mcgill.ca/~gary/rtmidi/
Section: libs
Priority: optional
Filename: pool/main/r/rtmidi/librtmidi6_5.0.0-3_amd64.deb