How to extract .iso in Linux:

$ mkdir /mnt/isotmp
$ mount isofile.iso /mnt/isotmp -o loop

And once they’re done, unmount the virtual disk :

$ umount /mnt/isotmp

Thats it Lifes Good!