dnsviz command not found

In this troubleshooting guide we learn how to fix dnsviz command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

dnsviz: command not found

or when using sudo you get the following error message

sudo: dnsviz: command not found

Solutions to dnsviz: command not found

How To Fix dnsviz: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu dnsviz is provided by dnsviz package.

dnsviz is:

DNSViz is a tool suite for analysis and visualization of Domain Name System (DNS) behavior, including its security extensions (DNSSEC). This tool suite powers the Web-based analysis available at http://dnsviz.net/.

To fix this problem, we can install more using the command below.

sudo apt-get -y install dnsviz

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install dnsviz.

sudo apt -y install dnsviz

Or if you have aptitude installed you can use the following command.

sudo aptitude install dnsviz

Summary

In this tutorial we learn how to fix dnsviz command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.