How to Install and Uninstall pd-iemnet Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "pd-iemnet" package

Please follow the steps below to install pd-iemnet on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pd-iemnet

2. Uninstall "pd-iemnet" package

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

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

3. Information about the pd-iemnet package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pd-iemnet
Priority: optional
Section: universe/sound
Installed-Size: 209
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Version: 0.2.1-1
Provides: pd-net
Depends: libc6 (>= 2.4), puredata-core | pd
Filename: pool/universe/p/pd-iemnet/pd-iemnet_0.2.1-1_amd64.deb
Size: 46716
MD5sum: 7e010007f14b9a8c9148c2d8b753df83
SHA1: c23afd6400a4b6e8b7b80e56bf3d8730856c6858
SHA256: 277ca5c50631de4fcb7264a17f9d2544f7b79480381ddda49c8be589a8767906
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: 1e9c23bca914ec1bd9532077b55892c1
Homepage: http://puredata.info/community/projects/software/iemnet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-audio