Installing softwares in QNX

Hai I’am a new to QNX and this the first unix type of operating system
I’am using. I have a software for QNX on a CD in tgz format. How can I
install the software. ThanQ

Kalyan <kallu_tnk@sify.com> wrote:

Hai I’am a new to QNX and this the first unix type of operating system
I’am using. I have a software for QNX on a CD in tgz format. How can I
install the software. ThanQ

You can use the gunzip and tar command to unarchive the tar ball. In
QNX 6.1 you can issue the command tar -zxf

or you can get fancy and pipe the output of gunzip to tar like :

gunzip -cd | tar -x

Hope this helps
-Adam