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

Last updated: June 26,2024

1. Install "python-pyo" package

This guide let you learn how to install python-pyo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pyo

2. Uninstall "python-pyo" package

In this section, we are going to explain the necessary steps to uninstall python-pyo on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pyo
Priority: optional
Section: universe/python
Installed-Size: 13389
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Version: 0.7.8+git20160129-1
Depends: python (>= 2.7), libc6 (>= 2.14), liblo7 (>= 0.26~repack), libportaudio2 (>= 19+svn20101113), libportmidi0, libsndfile1 (>= 1.0.20), python (<< 2.8)
Recommends: python-tk, python-imaging-tk, python-wxgtk3.0, jackd2
Filename: pool/universe/p/python-pyo/python-pyo_0.7.8+git20160129-1_amd64.deb
Size: 4389548
MD5sum: 41edc0ca178f37b9deaa968f01354811
SHA1: 8e4b01a98e19e11b662de764fe7ecbe721f6e41e
SHA256: d241d8f8333b17992e7807d1175f1013b0d11668716446379bb173f6ae4ba187
Description-en: Python module written in C to help digital signal processing script creation
pyo is a Python module containing classes for a wide variety of audio signal
processing types. With pyo, user will be able to include signal processing
chains directly in Python scripts or projects, and to manipulate them in real
time through the interpreter. Tools in pyo module offer primitives, like
mathematical operations on audio signal, basic signal processing (filters,
delays, synthesis generators, etc.), but also complex algorithms to create
sound granulation and others creative audio manipulations.
.
pyo supports OSC protocol (Open Sound Control), to ease communications between
softwares, and MIDI protocol, for generating sound events and controlling
process parameters.
.
pyo allows creation of sophisticated signal processing chains with all the
benefits of a mature, and wildly used, general programming language.
Description-md5: e627e3a89ca26f4e6908808f6905b628
Homepage: http://ajaxsoundstudio.com/software/pyo/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu