dnet-config
A dumb, portable networking library -- development files
Install
- All systems
-
curl cmd.cat/dnet-config.sh
- Debian
-
apt-get install libdumbnet-dev
- Ubuntu
-
apt-get install libdumbnet-dev
- Alpine
-
apk add libdnet
- Arch Linux
-
pacman -S libdnet
- Kali Linux
-
apt-get install libdumbnet-dev
- CentOS
-
yum install libdnet-devel
- Fedora
-
dnf install libdnet-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libdumbnet-dev
- OS X
-
brew install libdnet
- Raspbian
-
apt-get install libdumbnet-dev
- Dockerfile
- dockerfile.run/dnet-config
- Docker
-
docker run cmd.cat/dnet-config dnet-config
powered by Commando
libdumbnet-dev
A dumb, portable networking library -- development files
libdumbnet provides a simplified, portable interface to several low-level networking routines, including * network address manipulation * kernel arp(4) cache and route(4) table lookup and manipulation * network firewalling (Ip filter, ipfw, ipchains, pdf, ...) * network interface lookup and manipulation * raw IP packet and Ethernet frame transmission libdumbnet is known as libdnet in other distributions, but was renamed in Debian in favour of the older DECnet library 'libdnet'. This package contains the static library and the C header files.
libdnet-devel
Header files for libdnet library
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!