How to Install and Uninstall python-pypm Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 29,2024

1. Install "python-pypm" package

This guide covers the steps necessary to install python-pypm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pypm

2. Uninstall "python-pypm" package

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

$ sudo apt remove python-pypm $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pypm package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pypm
Priority: optional
Section: universe/python
Installed-Size: 105
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Version: 0.0.7-8
Replaces: python-portmidi
Provides: python-portmidi
Depends: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.4), libportmidi0
Suggests: timidity, freepats
Filename: pool/universe/p/python-pypm/python-pypm_0.0.7-8_amd64.deb
Size: 24062
MD5sum: a3bd2f70773e97003d55a4219b1319e6
SHA1: 8b4055523f199a6465c75c604536da6cf9aee241
SHA256: 068332132ec9208953b0e16a5defde43374cfc73ef7a0a0b77f560d2f3395979
Description-en: Python interface to libportmidi
pyPortMidi is a Python wrapper for PortMidi. PortMidi is a cross-platform C
library for realtime MIDI control. Using pyPortMidi, you can send and receive
MIDI data in realtime from Python.
.
Besides using pyPortMidi to communicate to synthesizers and the like, it is
possible to use pyPortMidi as a way to send MIDI messages between software
packages on the same computer.
.
The original code is from John Harrison.
See http://python-pyrex.media.mit.edu/~harrison/pyportmidi.html
Description-md5: d171bcf87a370b609d4c8e2457af5dd0
Homepage: http://bitbucket.org/aalex/pyportmidi/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu