How to Install and Uninstall pd-iemnet Package on Kali Linux

Last updated: May 20,2024

1. Install "pd-iemnet" package

This tutorial shows how to install pd-iemnet on Kali Linux

$ sudo apt update $ sudo apt install pd-iemnet

2. Uninstall "pd-iemnet" package

This guide let you learn how to uninstall pd-iemnet on Kali Linux:

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

3. Information about the pd-iemnet package on Kali Linux

Package: pd-iemnet
Version: 0.3.0-5
Installed-Size: 365
Maintainer: Debian Multimedia Maintainers
Architecture: amd64
Provides: pd-net
Depends: puredata | pd | puredata64 | pd64, libc6 (>= 2.34)
Recommends: pd-osc
Suggests: pd-libdir
Size: 52680
SHA256: f4f42eb36c589134f0d08dbf47ce7b7ac53ba9f8195965cedbbb60069b3f53e5
SHA1: b0fa98738b6e23d002715427b9072d3f2375f670
MD5sum: 3071b94223ed0710e90a0a1ce90ea3e8
Description: 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:
Homepage: https://download.puredata.info/iemnet
Tag: devel::TODO, devel::library, implemented-in::c, protocol::tcp,
protocol::udp, role::devel-lib, role::program, use::transmission
Section: sound
Priority: optional
Filename: pool/main/p/pd-iemnet/pd-iemnet_0.3.0-5_amd64.deb