dnet
Sample applications to use with libdnet
Install
- All systems
-
curl cmd.cat/dnet.sh
- Debian
-
apt-get install libdnet-progs
- Ubuntu
-
apt-get install libdnet-progs
- Arch Linux
-
pacman -S libdnet-progs
- Kali Linux
-
apt-get install libdnet-progs
- CentOS
-
yum install libdnet-progs
- Fedora
-
dnf install libdnet-progs
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdnet-progs
- Dockerfile
- dockerfile.run/dnet
libdnet-progs
Sample applications to use with libdnet
docker.io
Linux container runtime
Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers. Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc. This package contains the daemon and client. Using docker.io on non-amd64 hosts is not supported at this time. Please be careful when using it on anything besides amd64. Also, note that kernel version 3.8 or above is required for proper operation of the daemon process, and that any lower versions may have subtle and/or glaring issues.
libdnet
DECnet Libraries
This package contains the libraries necessary for a functioning DECnet system. Most DECnet programs require these libraries to be present on the system. The libraries are: libdnet - the basic DECnet API as featured on Ultrix(R) systems libdnet_daemon - useful calls for writing DECnet daemons libdap - DAP (Data Access Protocol) C++ classes librms - High level library for programmatic access VMS files from Linux. To do useful work with DECnet you will also need the dnet-common package. If you're looking for libdnet, the "dumb" networking library from libdnet.sf.net by Dug Song then you should install libdumbnet instead. Sorry for any confusion caused!