ods-kaspcheck command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ods-kaspcheck: command not found
or when using sudo you get the following error message
sudo: ods-kaspcheck: command not found
Solutions to ods-kaspcheck: command not found
How To Fix ods-kaspcheck: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ods-kaspcheck is provided by opendnssec-enforcer-mysql package.
opendnssec-enforcer-mysql is:
OpenDNSSEC is a complete DNSSEC zone signing system which is very easy to use with stability and security in mind. There are a lot of details in signing zone files with DNSSEC and OpenDNSSEC covers most of it.
OpenDNSSEC Enforcer, which is a tool to make sure that there are enough keys for all of the zones, and take the policy and key information from the KASP database and turn it into an xml file that the signer can use.
The package contains OpenDNSSEC Enforcer binaries with MySQL backend.
To fix this problem, we can install more using the command below.
sudo apt-get -y install opendnssec-enforcer-mysql
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install opendnssec-enforcer-mysql.
sudo apt -y install opendnssec-enforcer-mysql
Or if you have aptitude installed you can use the following command.
sudo aptitude install opendnssec-enforcer-mysql
Summary
In this tutorial we learn how to fix ods-kaspcheck command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.