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