Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Installing tgz and tar error
Name: newbie Date: April 5, 2003 at 08:56:05 Pacific OS: Redhat 8.0 CPU/Ram: 350
Comment:
i downloaded a few games and other software that are in a tart.tar or .tgz zip file. the problem is when i got to the sheel and type in # tar -zxvf crimson-0.3.1.tar.tar it gives me
tar (child):crimson-0.3.1: Cannot open: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child return status 2 tar: Error exit delayed from previous errors
i have also tried to type in the # tar-zxvf as -xvfz and also without the "-". but it still does not want to work. i have placed the ziped files in usr/src. i do not know if that is a problem but if it is where should they go?? in the tmp because i have also tried that. maby im typing in something wrong but it still will not work nor will gunzip crimson-0.3.1.tar.tar I hope some one can enlighten me on this subject.
Summary: I was trying to install my geforce 3 ti video card and I think I messed it up big time. First off, I installed the wrong version first, I installed i386, and I have i686. So I then tried to install i6...
Summary: What is the extension of the file you are trying to install? .gz? .tgz? .tar.gz? .bin? Something else? ".gz" is gzipped (gunzip this file), ".tgz" and ".tar.gz" is tarred and gzipped (tar -pzxvf ...