How do I install the .tar remote desktop aftergunzip

Hi guys,

I did
#gunzip rdesktop …bin.tar.gz
in the terminal window, and I do have now the .tar file
How do I install it?

Thanks

You can use either the tar or the pax utility. I prefer pax.

pax -rv <rdesktop…bin.tar

Thanks a lot mate,

It worked for the begining, only when I try to run it (form
root/opt/openqnx/bin) with # ./rdesktop it gives me an error message
of the library libX11.so.6 missing

How can I get it?

use tar -xvf “rdesktop …bin.tar.gz” it will do both
unzipping and untarring for u…