LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   trouble with tar (https://www.linuxquestions.org/questions/linux-newbie-8/trouble-with-tar-693422/)

sdcc619 12-28-2008 07:07 AM

trouble with tar
 
# cd /usr
# sudo tar zxvf nxnode-3.3.0-3.i386.tar.gz


this is the output:

tar: nxnode-3.3.0-3.i386.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors


usuing fedora 7

alan_ri 12-28-2008 07:15 AM

Are you sure that file is in /usr directory.I think it's in /usr/something/file or maybe somewhere else.What's the output of ls in /usr directory?

sdcc619 12-28-2008 07:19 AM

im trying to download this

http://www.nomachine.com/download-pa...hp?Prod_Id=358

sdcc619 12-28-2008 07:21 AM

#ls

bin games java lib local share tmp
etc include kerberos libexec sbin src

sdcc619 12-28-2008 07:22 AM

im trying to download it via ssh

alan_ri 12-28-2008 07:30 AM

It looks to me that you've saved that file somewhere else.Thing you could do is to download that file on your desktop and then cut it in the /usr directory.How are you downloading this file?From the terminal?

sdcc619 12-28-2008 07:36 AM

yes...i can only do it trough the terminal :(

alan_ri 12-28-2008 07:41 AM

What command did you used?

sdcc619 12-28-2008 07:43 AM

sudo tar zxvf nxnode-3.3.0-3.i386.tar.gz

pixellany 12-28-2008 07:44 AM

Have you successfully downloaded the file?

Do you know where it is? (Use find if necessary)

cd to the directory where the file is---the run tar (I use tar xzvf, but your form may work also)

alan_ri 12-28-2008 07:45 AM

Not that command,command for downloading the file?Btw,what distro do you use?

pixellany 12-28-2008 08:07 AM

sdcc;

Please give more complete responses to questions---be sure that it is obvious WHAT question you are answering (use quoting with the original question).

Also, give the complete picture, eg:

I downloaded the file using _______
The file is in _______
I tried to extract it using tar
The error message was ____________

+ anything else that might be relevant


Reading this thread, I could **guess** that you are trying to use tar to do the download......(It won't work)

sdcc619 12-28-2008 08:29 AM

i still havent downloaded that file....that what im trying to do from here:

http://www.nomachine.com/select-pack...?os=linux&id=1

then i select tar,i need to downaload client, node, and server......then i do what under here "Downloading and Installing"...im using fedora 7....i havent download it yet that what im trying to to....i can only download it from a terminal...not through the broswer cause im using putty ....so i ssh then how do i download it?

sdcc619 12-28-2008 08:42 AM

then i select "tar",i need to downdload: client, node, and server......then i do what is says under "Downloading and Installing"...im using fedora 7....i havent downdloaded it yet.... thats what im trying to do....i can only download it from a terminal...not through the broswer cause im using putty ) ....so i ssh then how do i download it?

basically im tryin to install the gui into my box i only have commandline

tredegar 12-28-2008 10:24 AM

To download the client from the (linux) command line
Code:

wget  http://64.34.161.181/download/3.3.0/Linux/nxclient-3.3.0-3.i386.tar.gz
To download the node from the (linux) command line
Code:

wget  http://64.34.161.181/download/3.3.0/Linux/nxnode-3.3.0-3.i386.tar.gz
To download the server from the (linux) command line
Code:

wget  http://64.34.161.181/download/3.3.0/Linux/FE/nxserver-3.3.0-8.i386.tar.gz
Then you can sudo tar zxvf nxclient-3.3.0-3.i386.tar.gz
Etcetera.


All times are GMT -5. The time now is 09:30 AM.