How To Install Host On Debian, Ubuntu, Arch, Kali, CentOS, Fedora And Raspbian?
Maintainer: Debian DNS Team
Email: [email protected] .
Website: https://www.isc.org/downloads/bind/
Section: net
Install host
-
Debian
apt-get install bind9-host
Click to copy -
Ubuntu
apt-get install bind9-host
Click to copy -
Arch Linux
pacman -S bind9-host
Click to copy -
Kali Linux
apt-get install bind9-host
Click to copy -
CentOS
yum install bind9-host
Click to copy -
Fedora
dnf install bind9-host
Click to copy -
Raspbian
apt-get install bind9-host
Click to copy
Lookup Domain Name Server.
How to use host?
Below are few example commands for host that you can use in the terminal.
Lookup A, AAAA, and MX records of a domain:host domain
Click to copyLookup a field (CNAME, TXT,...) of a domain:host -t field domain
Click to copyReverse lookup an IP:host ip_address
Click to copySpecify an alternate DNS server to query:host domain 8.8.8.8
Click to copy
Installing host command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Arch, Kali, CentOS, Fedora and Raspbian operating systems. Once you run the command it will install the latest version of host 2023 package in your OS.