List of installed softwares

Hi all,

How (or where) can I get the list of softwares installed on my QNX box? I
need to do this programatically. Are there any interfaces for this?

Thanks in advance

Your packages are installed into /pkgs/ there are datafiles used by the
package filesysem and the pkg-installer. These can be found here:
/etc/system/package/packages/. The installed packages are under the
QPF:packages block and are enclosed in the QPF:item tag.

We do have a library, used by the software installer, but I do not know if
the header files to access the library were shipped with Neutrino 6.2. (And
unfortunately, I’m no where near a QNX box - sorry.)

You can learn more about the packaging system through the articles on the
developer’s network. Here’s a good starting article:
http://www.qnx.com/developer/articles/index.html?article=jan1101

William Bull
bbull@qnx.com


“Farooque Khan” <farooquek@concretioindia.com> wrote in message
news:adkkkq$k39$1@inn.qnx.com

Hi all,

How (or where) can I get the list of softwares installed on my QNX box? I
need to do this programatically. Are there any interfaces for this?

Thanks in advance