How to Install and Uninstall librtmidi2v5 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "librtmidi2v5" package

This tutorial shows how to install librtmidi2v5 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install librtmidi2v5

2. Uninstall "librtmidi2v5" package

Please follow the guidelines below to uninstall librtmidi2v5 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove librtmidi2v5 $ sudo apt autoclean && sudo apt autoremove

3. Information about the librtmidi2v5 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: librtmidi2v5
Priority: optional
Section: universe/libs
Installed-Size: 104
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Source: rtmidi
Version: 2.1.0~ds0-4
Depends: libasound2 (>= 1.0.16), libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libstdc++6 (>= 5.2)
Filename: pool/universe/r/rtmidi/librtmidi2v5_2.1.0~ds0-4_amd64.deb
Size: 29406
MD5sum: ab8501ee85e37e4500665716a4a67799
SHA1: 743c3a8d2a3d0226b64ca88bc13d70b15f787ecc
SHA256: 0e40d7a81386468ea6c3349fe09a4227c4082eb58455a7b29d05797e90aa7fa0
Description-en: 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: 0143a1c3acbdb045e4fcaab0d8657b11
Multi-Arch: same
Homepage: http://www.music.mcgill.ca/~gary/rtmidi/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-audio