dibbler-client command not found

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

Introduction

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

dibbler-client: command not found

or when using sudo you get the following error message

sudo: dibbler-client: command not found

Solutions to dibbler-client: command not found

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

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

dibbler-client is:

The Dibbler client supports both stateful (i.e. IPv6 address granting) as well as stateless (i.e. option granting) auto-configuration modes of the DHCPv6 protocol. Besides basic capabilities, it supports various DHCPv6 extensions, for instance option renewal. Installing Dibbler allows obtaining IPv6 addresses and options from a DHCPv6 server.

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

sudo apt-get -y install dibbler-client

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

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

sudo apt -y install dibbler-client

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

sudo aptitude install dibbler-client

Summary

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