Delv Installation On A Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian
Install delv
-
Debian
apt-get install bind9Click to copy -
Ubuntu
apt-get install bind9Click to copy -
Alpine OS
apk add bind-toolsClick to copy -
Arch Linux
pacman -S bind-toolsClick to copy -
Kali Linux
apt-get install dnsutilsClick to copy -
CentOS
yum install bind-utilsClick to copy -
Fedora
dnf install bind-utilsClick to copy -
Raspbian
apt-get install bind9Click to copy
bind-utils
Bind-utils contains a collection of utilities for querying DNS(Domain Name System) name servers to find out information about Internet hosts. These tools will provide you with the IP addresses for given host names, as well as other information about registered domains and network addresses. You should install bind-utils if you need to get information from DNS name servers.
dnsutils
Clients provided with BINDThe Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package delivers various client programs related to DNS that are derived from the BIND source tree. - dig - query the DNS in various ways - nslookup - the older way to do it - nsupdate - perform dynamic updates (See RFC2136)
bind9
Internet Domain Name ServerThe Berkeley Internet Name Domain (BIND) implements an Internet domain name server. BIND is the most widely-used name server software on the Internet, and is supported by the Internet Software Consortium, www.isc.org. This package provides the server and related configuration files.




