How to install dns-tools
We will go over how to install dns-tools on Windows, OSX or Linux.
Windows
- Download the installer by following the instructions here.
- Double click on the file to open it and proceed with the installation. You should be prompted with the license agreement.
- Once complete the Readme will be displayed. Once you are ready open a new terminal and type
dns-tools
to get started!
OSX
- Download the installer by following the instructions here.
- Double click on the file to extract it. Alternatively, open a terminal and navigate to the downloaded file and run
tar zxf dns-tools-0.6.0-linux-x86_64.tar.gz
to extract the file. - In a terminal navigate to the newly created directory,
cd dns-tools-0.6.0-linux-x86_64
. - Run the installation script,
./install_dns_tools.sh
. Follow the prompts and it will install. - Close and reopen your terminal and run
dns-tools
to get started!
Linux
- Download the installer by following the instructions here.
- Right click on the file and click Extract…. Alternatively, open a terminal and navigate to the downloaded file and run
tar zxf dns-tools-0.6.0-linux-x86_64.tar.gz
to extract the file. - In a terminal navigate to the newly created directory,
cd dns-tools-0.6.0-linux-x86_64
. - Run the installation script,
./install_dns_tools.sh
. Follow the prompts and it will install. - Close and reopen your terminal and run
dns-tools
to get started!