openstack-debian-images-updater command not found

In this troubleshooting guide we learn how to fix openstack-debian-images-updater command not found error message

Introduction

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

openstack-debian-images-updater: command not found

or when using sudo you get the following error message

sudo: openstack-debian-images-updater: command not found

Solutions to openstack-debian-images-updater: command not found

How To Fix openstack-debian-images-updater: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu openstack-debian-images-updater is provided by openstack-debian-images-updater package.

openstack-debian-images-updater 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 scripting tools to update a production OpenStack cluster with the latest version of the images generated by the openstack-debian-images-build-farm package.

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

sudo apt-get -y install openstack-debian-images-updater

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-updater.

sudo apt -y install openstack-debian-images-updater

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

sudo aptitude install openstack-debian-images-updater

Summary

In this tutorial we learn how to fix openstack-debian-images-updater command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.