check-openstack-debian-image command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
check-openstack-debian-image: command not found
or when using sudo you get the following error message
sudo: check-openstack-debian-image: command not found
Solutions to check-openstack-debian-image: command not found
How To Fix check-openstack-debian-image: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu check-openstack-debian-image is provided by openstack-debian-images-build-farm package.
openstack-debian-images-build-farm is:
This package contains a script which is helpful for creating images to be used with the OpenStack IaaS cloud software suite. It uses only tools available within Debian.
This package contains the necessary tooling to keep your OpenStack images updated, and available through a web server.
To fix this problem, we can install more using the command below.
sudo apt-get -y install openstack-debian-images-build-farm
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install openstack-debian-images-build-farm.
sudo apt -y install openstack-debian-images-build-farm
Or if you have aptitude installed you can use the following command.
sudo aptitude install openstack-debian-images-build-farm
Summary
In this tutorial we learn how to fix check-openstack-debian-image command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.