How to Install and Uninstall python3-mido Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-mido" package

Please follow the step by step instructions below to install python3-mido on Kali Linux

$ sudo apt update $ sudo apt install python3-mido

2. Uninstall "python3-mido" package

Please follow the steps below to uninstall python3-mido on Kali Linux:

$ sudo apt remove python3-mido $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-mido package on Kali Linux

Package: python3-mido
Source: python-mido
Version: 1.2.10-1
Installed-Size: 219
Maintainer: Josue Ortega
Architecture: all
Depends: python3:any (>= 3.6~)
Suggests: libportmidi0, libportmidi-dev, python3-rtmidi
Size: 50716
SHA256: 43c4c61e0229d813c6c9a0c7d29157db0efd4179ae41ae8805471351330aeba7
SHA1: 1aa1f162bbd7b6ec17d9bd4671cc9703121f3417
MD5sum: e9dfc28878355491c84ebf3deb322924
Description: Python 3 module for working with MIDI messages and ports
Python 3 module for working with convenient messages objects, it has full
support for the 18 messages defined by the MIDI standard.
Mido brings support for MIDI files (read, write, create and play) with
complete access to every message in the file, including all common meta
messages. Implements MIDI over TCP/IP with socket ports, allowing wireless MIDI
between two computers. Also includes programs for playing MIDI files, listing
ports and serving and forwarding ports over a network.
Description-md5:
Homepage: https://github.com/mido/mido
Section: python
Priority: optional
Filename: pool/main/p/python-mido/python3-mido_1.2.10-1_all.deb