-1

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.

1 Answers1

0

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.

Eduardo Cola
  • 5,817