PowerISO: Powerful Command-Line Tool for CD, DVD and BD Image File Processing – How To Install and Using PowerISO via Command Line in Ubuntu
PowerISO is free simply command line utility version dedicated for Linux. that uses without graphic user interface like powerISO for Windows. PowerISO for Linux also can extract, list, and convert image files including ISO, BIN, DAA, and other formats.
Install PowerISO in ubuntu
See guide, How to install PowerISO command-line version in Ubuntu, just Open the terminal and running command below:
wget -O poweriso-1.3.tar.gz http://www.poweriso.com/poweriso-1.3.tar.gz
sudo tar -xzvf poweriso-1.3.tar.gz -C /usr/local/bin
sudo chmod +x /usr/local/bin/poweriso
For more help about how to using PowerISO command line tool, you can type command on terminal:
poweriso -?
See example How to using powerISO:
If you want to extract an ISO file found in your home directory using PowerISO, you can type this command on terminal:
poweriso extract ~ /ubuntu11.10.iso -od ~/oneiric
To convert .daa file to .iso, you can type this command:
poweriso convert file.daa -o file.iso -ot iso