cdi2iso command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
cdi2iso: command not found
or when using sudo you get the following error message
sudo: cdi2iso: command not found
Solutions to cdi2iso: command not found
How To Fix cdi2iso: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu cdi2iso is provided by cdi2iso package.
cdi2iso is:
cdi2iso is a very simple utility to convert DiscJuggler image to the standard ISO-9660 format.
Homepage: http://developer.berlios.de/projects/cdi2iso/
To fix this problem, we can install more using the command below.
sudo apt-get -y install cdi2iso
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install cdi2iso.
sudo apt -y install cdi2iso
Or if you have aptitude installed you can use the following command.
sudo aptitude install cdi2iso
Summary
In this tutorial we learn how to fix cdi2iso command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.