His ‘.’ key must have an auto repeat 
“Nico Piatkowski” <ama_01@surfeu.de> wrote in message
news:90orga$5s2$1@inn.qnx.com…
THANKS ! …this is what i want ! everything is working now ! yeah I know
my
english isn’t the best…but i try it ! >
> I see that i made lots of
mistakes…mmmhhhhh…nearly the same as in my old english tests i
think…
> …but the most are results of speed writing…i often forget some
Speed writing ??? You would save lots of time not typing
all those ‘.’, unless you have an auto-repeat feature on that
key 
letter…oh…this is really off-topic ! >
> )) …ok…THANKS for your
help
again…cya
Am@deuS
“Thomas Fletcher” <> thomasf@qnx.com> > schrieb im Newsbeitrag
news:90ojrl$di1$> 1@nntp.qnx.com> …
Nico Piatkowski <> ama_01@surfeu.de> > wrote:
ok ok ok…I see…nowbody understands me…ugh…ok…another
questen…the same reason…but another question : i think it’s an
error
in
the packet manager gui…he reads the “repository” files
“wrong”…mmmhhhh…ok…but i think there MUST be a command to
install a
package without the GUI package manager…and THIS is the
problem…QNX
RTOS iz a really fast and really cool OS…but there is TOO MUCH GUI
!
…and nothing like a real “howto”…ok ok…the help…yeah… > 
…but
the help doesnt work…ok…this really nice gui is working…but it
doesn’t
find most of the help files ! >
> [only the neutrino help files but
nothing
of photon]…mmmhhhh…ok…if there is a way to install a single
package
without the package manager or a repository let me know…cya !
Am@deuS
Mr Am@deuS
yes.you.can.install.packages.without.the.GUI.package.installer…it.isn’t
magic,.just.a.process.which.we.have.not.yet.documented…a…qpr.or.a
.qpk.file.is.simply.a.tar.gz.file.which.contains.the.layout.of.the.files
that.you.are.going.to.install…you.should.take.the.package.that.you.have
downloaded.(or.off.of.the.cd.etc).and.then.cd./pkgs/repository.and.un-tar
it.there.using:.%.tar.-zxvf.myfile.qpr.or.myfile.qpk…this.will.create
a.directory.structure.containing.the.files…you.need.to.remember.the.
directory.for.the.packages.(ie.qnx/os/dev-2.1)…then.edit.by.hand.the
package.configuration.file./etc/config/package/packages…look.for.a
“qpf:packages”.section.and.add.in.your.component.there.between.two
item.tags.(just.like.all.the.other.entries).ie qpf:packages…
qpf:item>qnx/os/dev-2.1</qpf:item>…qpf:packages.
note.you.might.wanti
…to.save.a.copy.of.this.file.just.in.case.things.go.wrong.so.you.can.restore
.
it.(or.run.the.package.filesystem.with.the.-f option.see.use.fs-pkg).
now
re-starting.the.pcakge.filesystem:.%./usr/sbin/pkgctl.-l./dev/pkginfo*.
and.you.should.have.a.package.installed.
Non-gibberish version: We don’t mind if english isn’t your native
language,
but it really helps us if you don’t turn everything into … stream of
thought paragraphs. Thanks Thomas.
Yes you can install packages without the GUI package installer. It
isn’t
magic, just a process which we have not yet documented. A .qpr or a
.qpk file is simply a tar.gz file which contains the layout of the files
that you are going to install. You should take the package that you
have
downloaded (or off of the CD etc) and then cd /pkgs/repository and
un-tar
it there using: % tar -zxvf myfile.qpr or myfile.qpk. This will create
a directory structure containing the files. You need to remember the
directory for the packages (ie qnx/os/dev-2.1). Then edit by hand the
package configuration file /etc/config/package/packages. Look for a
“QPF:packages” section and add in your component there between two
item tags (just like all the other entries) ie
QPF:packages
…
QPF:item>qnx/os/dev-2.1</QPF:item
…
QPF:packages
Note you might want to save a copy of this file just in case things go
wrong so you can restore it (or run the package filesystem with the -f
option see use fs-pkg).
Now re-starting the pcakge filesystem: % /usr/sbin/pkgctl -l
/dev/pkginfo*
and you should have a package installed.
Thomas