acetoneiso command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
acetoneiso: command not found
or when using sudo you get the following error message
sudo: acetoneiso: command not found
Solutions to acetoneiso: command not found
How To Fix acetoneiso: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu acetoneiso is provided by acetoneiso package.
acetoneiso is:
AcetoneISO makes it possible to easily use various kinds of CD and DVD images on your computer as if they were burned to real CDs. You can use the application to mount and manage CD and DVD images. Supported disc-image formats are ISO, BIN, NRG, MDF and IMG.
To fix this problem, we can install more using the command below.
sudo apt-get -y install acetoneiso
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install acetoneiso.
sudo apt -y install acetoneiso
Or if you have aptitude installed you can use the following command.
sudo aptitude install acetoneiso
Summary
In this tutorial we learn how to fix acetoneiso command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.