Hi, everybody.
I downloaded qnxpub100.iso file on to my qnx system (thanks to Rob
Rutherford for information). However, now I have no idea what to do with the
file.
How can I unpack and install all the stuff from the file?
Sorry for a stupid question - it's my second day in the QNX world.
GL
how to unpack and install qnxpub100.iso
Re: how to unpack and install qnxpub100.iso
An iso file is an image file to be burned on to a CD. I don't think you can
'unpack' an ISO. You'll need to put it on the CD and use the package
installer.
"GL" <george@datagistics.com> wrote in message
news:ajgbo8$993$1@inn.qnx.com...
'unpack' an ISO. You'll need to put it on the CD and use the package
installer.
"GL" <george@datagistics.com> wrote in message
news:ajgbo8$993$1@inn.qnx.com...
Hi, everybody.
I downloaded qnxpub100.iso file on to my qnx system (thanks to Rob
Rutherford for information). However, now I have no idea what to do with
the
file.
How can I unpack and install all the stuff from the file?
Sorry for a stupid question - it's my second day in the QNX world.
GL
Re: how to unpack and install qnxpub100.iso
You should be able to "mount" the ISO image under QNX and look at its
constituent files without having to burn a physical CD:
mount -t cd yourfile.iso /mountpoint
You should then see a filesystem hierarchy under /mountpoint. If it
contains a subdirectory called "repository", you're in luck - you should be
able to point the package installer at /mountpoint and carry on from there.
dB
"GL" <george@datagistics.com> wrote in message
news:ajgjld$f95$1@inn.qnx.com...
constituent files without having to burn a physical CD:
mount -t cd yourfile.iso /mountpoint
You should then see a filesystem hierarchy under /mountpoint. If it
contains a subdirectory called "repository", you're in luck - you should be
able to point the package installer at /mountpoint and carry on from there.
dB
"GL" <george@datagistics.com> wrote in message
news:ajgjld$f95$1@inn.qnx.com...
OK, thank you, Paul.