I'd like to know if what I ask can actually be done.
I have a pre-installed program as a Windows ISO. Will I be able to use it with Ubuntu 14?
I imagine it's tricky if it is possible, I'm up for a challenge though :)
Any help appreciated.
I'd like to know if what I ask can actually be done.
I have a pre-installed program as a Windows ISO. Will I be able to use it with Ubuntu 14?
I imagine it's tricky if it is possible, I'm up for a challenge though :)
Any help appreciated.
Not difficult at all. Let's say your ISO is in /home/user/files. Open a terminal and run:
sudo mount -o loop /home/user/files/iso.iso /mnt
Now open it with your file browser (Nautilus) with the command
nautilus /mnt
And we're done. Quite easy, huh? There are graphical ways of doing that, though. You can search for "Gmount-iso" in the software center.
I also tried Gmount but that gave an error.
– Scott Dimelow Dec 30 '15 at 22:44