LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-28-2008, 07:07 AM   #1
sdcc619
Member
 
Registered: Oct 2008
Posts: 44

Rep: Reputation: 15
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
 
Old 12-28-2008, 07:15 AM   #2
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
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?
 
Old 12-28-2008, 07:19 AM   #3
sdcc619
Member
 
Registered: Oct 2008
Posts: 44

Original Poster
Rep: Reputation: 15
im trying to download this

http://www.nomachine.com/download-pa...hp?Prod_Id=358
 
Old 12-28-2008, 07:21 AM   #4
sdcc619
Member
 
Registered: Oct 2008
Posts: 44

Original Poster
Rep: Reputation: 15
#ls

bin games java lib local share tmp
etc include kerberos libexec sbin src
 
Old 12-28-2008, 07:22 AM   #5
sdcc619
Member
 
Registered: Oct 2008
Posts: 44

Original Poster
Rep: Reputation: 15
im trying to download it via ssh
 
Old 12-28-2008, 07:30 AM   #6
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
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?

Last edited by alan_ri; 12-28-2008 at 07:43 AM.
 
Old 12-28-2008, 07:36 AM   #7
sdcc619
Member
 
Registered: Oct 2008
Posts: 44

Original Poster
Rep: Reputation: 15
yes...i can only do it trough the terminal
 
Old 12-28-2008, 07:41 AM   #8
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
What command did you used?
 
Old 12-28-2008, 07:43 AM   #9
sdcc619
Member
 
Registered: Oct 2008
Posts: 44

Original Poster
Rep: Reputation: 15
sudo tar zxvf nxnode-3.3.0-3.i386.tar.gz
 
Old 12-28-2008, 07:44 AM   #10
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
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)
 
Old 12-28-2008, 07:45 AM   #11
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Not that command,command for downloading the file?Btw,what distro do you use?
 
Old 12-28-2008, 08:07 AM   #12
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
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)
 
Old 12-28-2008, 08:29 AM   #13
sdcc619
Member
 
Registered: Oct 2008
Posts: 44

Original Poster
Rep: Reputation: 15
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?
 
Old 12-28-2008, 08:42 AM   #14
sdcc619
Member
 
Registered: Oct 2008
Posts: 44

Original Poster
Rep: Reputation: 15
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
 
Old 12-28-2008, 10:24 AM   #15
tredegar
LQ 5k Club
 
Registered: May 2003
Location: London, UK
Distribution: Fedora38
Posts: 6,147

Rep: Reputation: 435Reputation: 435Reputation: 435Reputation: 435Reputation: 435
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mailserver get trouble in tar bimo_septyo_p Linux - Software 1 02-23-2007 09:54 AM
BackUp & Restore with TAR (.tar / .tar.gz / .tar.bz2 / tar.Z) asgarcymed Linux - General 5 12-31-2006 02:53 AM
trouble with tar.gz files liquidjojo Linux - Newbie 4 03-30-2005 09:51 PM
Trouble with tar junwen Linux - Newbie 1 03-09-2005 02:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration