How Do I Mount Quickbooks .ISO In Ubuntu?

Asked by taurus

I want to install Quickbooks in ubuntu. I got an .ISO of it and want to mount it. I don't want to burn it to disc. I just want to install it on my system. How do I do that?

.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Solved by:
taurus
Solved:
Last query:
Last reply:
Revision history for this message
Flabdablet (flabdablet) said :
#1

You can mount a .iso image with the command

sudo mount -o loop,ro /path/to/image/file.iso /path/to/mount/point

If your mount point is a subfolder of /media, it will show up on your desktop and get opened by Nautilus as soon as you mount it.

As for installing Quickbooks: best of luck with that. I have enough trouble trying to make the bloody thing work in Windows, let alone an environment that Intuit has likely never tested it in. It looks like you might be able to do it with a recent version of Wine:

http://appdb.winehq.org/appview.php?iAppId=493

Revision history for this message
taurus (taurusxz) said :
#2

flabdablet, I'll definitely look into it. Thanks a million for your time and patience with me. Take care!