How to Install and Uninstall pd-iemnet Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 10,2024

1. Install "pd-iemnet" package

This tutorial shows how to install pd-iemnet on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install pd-iemnet

2. Uninstall "pd-iemnet" package

Please follow the guidelines below to uninstall pd-iemnet on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove pd-iemnet $ sudo apt autoclean && sudo apt autoremove

3. Information about the pd-iemnet package on Ubuntu 21.10 (Impish Indri)

Package: pd-iemnet
Architecture: amd64
Version: 0.3.0-1
Priority: optional
Section: universe/sound
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 222
Provides: pd-net
Depends: libc6 (>= 2.15), puredata-core | pd
Recommends: pd-osc
Filename: pool/universe/p/pd-iemnet/pd-iemnet_0.3.0-1_amd64.deb
Size: 38908
MD5sum: df3e79bade42f681a10d39346c008032
SHA1: 48f869873d9981515910abc7e14f7dac9f1da53f
SHA256: 82f7e8966d8d4a33e4fb08ba935009c7dd74f17edac8d2caafe915c913ee5540
SHA512: 8c7fc5b117230eed7b3edb883435024ebd407077c6dba395be7feece61f9ed4fcf007185badff45c5266e62d20edb4eb70c4e81de167bdc9b49b2b122981e712
Homepage: https://download.puredata.info/iemnet
Description-en: Pd library for low-level networking (IEM implementation)
This is a re-implementation of the original pd-net library by Martin Peach,
focussing on reliability and performance.
.
This library adds Pure Data objects that allow one to build a networking
infrastructure within Pd on OSI-Layer 4 (transport layer).
The objects use threads to allow for non-blocking network communication within
an audio-realtime environment.
.
- [tcpreceive], [tcpsend]: unidirectional communication over TCP/IP
- [tcpserver], [tcpclient]: bidirectional communication over TCP/IP
- [udpreceive], [udpsend]: unidirectional communication over UDP
- [udpclient]: bidirectional communication over UDP
.
Since these objects only send/receive lists of bytes, you will most likely need
to add some glue to implement higher-level protocols (and transmit meaningful
data).
Description-md5: df615cf9dab0e1ce6e3ac6adf5744bf3
Task: ubuntustudio-audio