miredo-checkconf command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
miredo-checkconf: command not found
or when using sudo you get the following error message
sudo: miredo-checkconf: command not found
Solutions to miredo-checkconf: command not found
How To Fix miredo-checkconf: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu miredo-checkconf is provided by miredo package.
miredo is:
The Teredo IPv6 tunneling protocol encapsulates IPv6 packets into UDP/IPv4 datagrams, to allow hosts behind NAT devices to access the IPv6 Internet.
Miredo is a Teredo client (as per RFC 4380): it can provide IPv6 connectivity to a dual-stack IPv6/IPv4 host even if it is located behind a NAT. It can also operate as a Teredo relay which forwards IPv6 packets between the IPv6 Internet and remote Teredo clients.
To fix this problem, we can install more using the command below.
sudo apt-get -y install miredo
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install miredo.
sudo apt -y install miredo
Or if you have aptitude installed you can use the following command.
sudo aptitude install miredo
Summary
In this tutorial we learn how to fix miredo-checkconf command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.