biometric-config-tool command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
biometric-config-tool: command not found
or when using sudo you get the following error message
sudo: biometric-config-tool: command not found
Solutions to biometric-config-tool: command not found
How To Fix biometric-config-tool: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu biometric-config-tool is provided by biometric-utils package.
biometric-utils is:
Biometric authentication tools. This package provides the biometric-config-tool and biometric-device-discover tools:
- biometric-auth-client: The command line client of the biometric identification framework service;
- biometric-config-tool: add, remove, configure the biometric drivers;
- biometric-device-discover: discover the devices supported by the biometric framework;
To fix this problem, we can install more using the command below.
sudo apt-get -y install biometric-utils
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install biometric-utils.
sudo apt -y install biometric-utils
Or if you have aptitude installed you can use the following command.
sudo aptitude install biometric-utils
Summary
In this tutorial we learn how to fix biometric-config-tool command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.