LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing .iso image on ubuntu (https://www.linuxquestions.org/questions/linux-newbie-8/installing-iso-image-on-ubuntu-639980/)

kaka85 05-05-2008 05:06 AM

installing .iso image on ubuntu
 
hello friends. i have ubuntu installed on my VMware. i need to install an application - IT@School GNU/Linux ....however, i have difficulty doing this because i an new to linux. the application has 3cds, all in .iso images.

b0uncer 05-05-2008 05:13 AM

You can burn the iso images to physical discs using cdrecord, for example, or you can try if it works by just mounting them:
Code:

mount -o loop /path/to/image.iso /path/to/mountpoint
After that the contents of image.iso should be visible in /path/to/mountpoint directory. Some programs might be able to handle the image as if it was a real cd device, but that depends..usually you'll need to mount the contents.


All times are GMT -5. The time now is 10:40 AM.