dibbler-relay command not found

In this troubleshooting guide we learn how to fix dibbler-relay command not found error message

Introduction

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

dibbler-relay: command not found

or when using sudo you get the following error message

sudo: dibbler-relay: command not found

Solutions to dibbler-relay: command not found

How To Fix dibbler-relay: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu dibbler-relay is provided by dibbler-relay package.

dibbler-relay is:

Relays are used as proxies between servers and clients. Their main advantage is the ability to support multiple remote links using only one server. Installing Dibbler relay allows serving multiple, not physically connected, links with one DHCPv6 server.

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

sudo apt-get -y install dibbler-relay

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

You can also use apt command to install dibbler-relay.

sudo apt -y install dibbler-relay

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

sudo aptitude install dibbler-relay

Summary

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