dazzle-list-counters command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dazzle-list-counters: command not found
or when using sudo you get the following error message
sudo: dazzle-list-counters: command not found
Solutions to dazzle-list-counters: command not found
How To Fix dazzle-list-counters: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dazzle-list-counters is provided by libdazzle-tools package.
libdazzle-tools is:
libdazzle provides additional features for GTK+ and GObject. A wide range of components from utilities for GIO, widgets for GTK+, an animation framework, state machines, paneling and high-performance counters are included.
This package contains tools.
To fix this problem, we can install more using the command below.
sudo apt-get -y install libdazzle-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libdazzle-tools.
sudo apt -y install libdazzle-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install libdazzle-tools
Summary
In this tutorial we learn how to fix dazzle-list-counters command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.