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