daa2iso command not found

In this troubleshooting guide we learn how to fix daa2iso command not found error message

Introduction

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

daa2iso: command not found

or when using sudo you get the following error message

sudo: daa2iso: command not found

Solutions to daa2iso: command not found

How To Fix daa2iso: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu daa2iso is provided by daa2iso package.

daa2iso is:

DAA2ISO is an open source command-line tool for converting single and multipart DAA file images to the original ISO format.

The DAA image (Direct Access Archive) in fact is just a compressed ISO which can be created through the commercial program PowerISO.

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

sudo apt-get -y install daa2iso

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

You can also use apt command to install daa2iso.

sudo apt -y install daa2iso

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

sudo aptitude install daa2iso

Summary

In this tutorial we learn how to fix daa2iso command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.