dibbler-server command not found

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

Introduction

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

dibbler-server: command not found

or when using sudo you get the following error message

sudo: dibbler-server: command not found

Solutions to dibbler-server: command not found

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

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

dibbler-server is:

The Dibbler server supports both stateful (i.e. IPv6 address granting) as well as stateless (i.e. options granting) auto-configuration modes of the DHCPv6 protocol. Relays are also supported. This package allows IPv6 hosts to be automatically configured on the network.

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

sudo apt-get -y install dibbler-server

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

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

sudo apt -y install dibbler-server

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

sudo aptitude install dibbler-server

Summary

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