drbl-aoe-img-dump command not found

In this troubleshooting guide we learn how to fix drbl-aoe-img-dump command not found error message

Introduction

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

drbl-aoe-img-dump: command not found

or when using sudo you get the following error message

sudo: drbl-aoe-img-dump: command not found

Solutions to drbl-aoe-img-dump: command not found

How To Fix drbl-aoe-img-dump: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu drbl-aoe-img-dump is provided by drbl package.

drbl is:

DRBL (Diskless Remote Boot in Linux) provides a diskless or systemless environment for client machines. It works on Debian, Ubuntu, Mandriva, Red Hat, Fedora, CentOS and OpenSuSE. DRBL uses distributed hardware resources and makes it possible for clients to fully access local hardware. It also includes Clonezilla, a partition and disk cloning utility similar to Symantec Ghost(TM) or True Image(TM).

For more details, check

  1. http://drbl.sourceforge.net (English)
  2. http://drbl.nchc.org.tw (Chinese Big5 - Taiwan)

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

sudo apt-get -y install drbl

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install drbl.

sudo apt -y install drbl

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

sudo aptitude install drbl

Summary

In this tutorial we learn how to fix drbl-aoe-img-dump command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.