merging qpk & qpm

Can you even merge multiple *.qpk’s & *.qpm’s into just one qpk and qpm and
how would you do this?

Sam Jarmon <sajarmon@us.ibm.com> wrote:

Can you even merge multiple *.qpk’s & *.qpm’s into just one qpk and qpm and
how would you do this?

That’s what a *.qpr file is. It’s a gzipped tar file of the QPKs and QPMs of
a particular product.

To install a QPR file, pass it with the -u option to package installer:
pkg-installer -u my_product-1.0-public.qpr

There is an association in Voyager to do this for you. If you point
voyager at a QPR file, package installer will be started for you.

Jerry Chappell