Hi, plz can someone help I have the ISO file for the macromedia suite and I'd love if I could install it in kubuntu, I have wine (dunno if it's working) but I need something like daemon tools for kubuntu so I can mount my iso's I know kubuntu comes with one of those, but does anyone know of one with a GUI? I'm so thick when it comes to the command line. Thanks in advance
Announcement
Collapse
No announcement yet.
How do I install Macromedia Suite?
Collapse
This topic is closed.
X
X
-
Re: How do I install Macromedia Suite?
Topic splt.
In linux, you can mount ISO's directly, without the need for a third party app like Daemon tools. Just type this in a konsole:
Code:mount -o loop -t iso9660 filename.iso /mnt/iso
/mnt/iso = the place where the iso will mount to.
To run Macromedia Suite's setup.exe, you would do something like:
Code:wine /mnt/iso/setup.exe
- Top
- Bottom
-
Re: How do I install Macromedia Suite?
There is also a nice Service Menu called MountISO over at kde-apps.org
PS. You can download the latest Flash v9beta from adobes site & the rest of the Macromedia's suite is crud, you should try embrace some of the (better & free) OSS alternatives.
- Top
- Bottom
Comment
Comment