How to install .qpr file

Hi

My package installer does not seem to recognize .qpr file. I have a .qpr
file which I placed in a local directory and gave package installer it’s
path as the local repository. But package installer does not show any
packages present in this repository !!

How can I install a .qpr file

Thanks in advance

-Farooque

Farooque Khan wrote:

Hi

My package installer does not seem to recognize .qpr file. I have a .qpr
file which I placed in a local directory and gave package installer it’s
path as the local repository. But package installer does not show any
packages present in this repository !!

You need to setup the repository for the package installer to load it.

How can I install a .qpr file

In a terminal :
pkg-installer -u path/file.qpr

Michel Belanger

Michel Belanger <micbel@videotron.ca> wrote in article <3CF36E07.67E4B427@videotron.ca>…

Farooque Khan wrote:

Hi

My package installer does not seem to recognize .qpr file. I have a .qpr
file which I placed in a local directory and gave package installer it’s
path as the local repository. But package installer does not show any
packages present in this repository !!


You need to setup the repository for the package installer to load it.


How can I install a .qpr file

In a terminal :
pkg-installer -u path/file.qpr

Also, you could click “Add” button in installer and give package installer it’s path and filename.
For instance,
Add repository:/fs/hd0-dos/mylocalfolder/mypackage.qpr
QPR is QNX Package Repository, so qpr file include all repository information inside itself. When
you point just path to directory, it suppose to be .qpm (manifest) and .qpk (package) files in the
directory.
Regards,

Eduard.
ed1k at ukr dot net

Michel Belanger

It worked !!!

Thanks a Ton !!!

-Farooque

“ed1k” <ed1k@spamerstrap.com> wrote in message
news:01c2063f$dc711520$106fa8c0@ED1K…

Michel Belanger <> micbel@videotron.ca> > wrote in article
3CF36E07.67E4B427@videotron.ca> >…


Farooque Khan wrote:

Hi

My package installer does not seem to recognize .qpr file. I have a
…qpr
file which I placed in a local directory and gave package installer
it’s
path as the local repository. But package installer does not show any
packages present in this repository !!


You need to setup the repository for the package installer to load it.


How can I install a .qpr file

In a terminal :
pkg-installer -u path/file.qpr

Also, you could click “Add” button in installer and give package installer
it’s path and filename.
For instance,
Add repository:/fs/hd0-dos/mylocalfolder/mypackage.qpr
QPR is QNX Package Repository, so qpr file include all repository
information inside itself. When
you point just path to directory, it suppose to be .qpm (manifest) and
…qpk (package) files in the
directory.
Regards,

Eduard.
ed1k at ukr dot net


Michel Belanger