dose-builddebcheck command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dose-builddebcheck: command not found
or when using sudo you get the following error message
sudo: dose-builddebcheck: command not found
Solutions to dose-builddebcheck: command not found
How To Fix dose-builddebcheck: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dose-builddebcheck is provided by dose-builddebcheck package.
dose-builddebcheck is:
This software checks, given a collection of source package stanzas and a collection of binary package stanzas of Debian packages, whether the build-dependencies of each source package can be satisfied by the binary packages.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dose-builddebcheck
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dose-builddebcheck.
sudo apt -y install dose-builddebcheck
Or if you have aptitude installed you can use the following command.
sudo aptitude install dose-builddebcheck
Summary
In this tutorial we learn how to fix dose-builddebcheck command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.