| Author |
Message |
nacio
Stray Dog
Joined: 29 Jul 2001 Posts: 2
Location: Spain
|
Posted:
Sun Jul 29, 2001 4:32 pm Post subject: |
|
Hi, please I need some help I just installed linux mandrake8.0 and I am such a big newbie with linux.......but ok the problem I have is that I can not unpack the NVIDIA_glx-1.0.....tarball with the NVIDIA_kernel-1.0.........tarball I had no problem but the sistem gives me the fault : that it does not exist but with the command ls I can clearly see it there still unpacked. (crybaby) |
|
|
|
|
|
|
csign
Moderator


Joined: 26 May 2001 Posts: 8155
Location: Borneo
|
Posted:
Sun Jul 29, 2001 4:39 pm Post subject: |
|
if it ends in tar than
tar xvf Nvi...tar
if it end in bz2
than first bunzip2 Nv..tar.bz2
than see above
if it ends in gz
tan firt gunzip Nv...tar.gz
than see above
ps it good also be that the download didn't went right. If you do a ls -l you see how big the file is |
_________________
Toxin wrote:It's on Fox News - it must be true.
|
|
|
|
|
fathertyme
Site Admin


Joined: 30 Jun 2001 Posts: 6127
Location: The American Colonies
|
Posted:
Sun Jul 29, 2001 6:28 pm Post subject: |
|
you might also be having a global problem
try tar -xvf ./NV*.tar
sometimes you have to specifically tell the system that something is in the current directory
Out the 100Base-T, though the router, down the OC3,
over the leased-line, off the bridge, past the firewall...
nothin but Net |
_________________ LWD web-cams: http://lwdcam.codecoma.com/?lwdcam
----
---
[9:08pm][09/16/2005]«+ flip » college...what is that
[9:08pm][09/16/2005]«+ Aff » apparently a place where you find rum
---
I used to live in my own little world, but they didn't like me there either.
You see dead people? I'm a software engineer, I don't see anybody!
---
My Amazon Wishlist
|
|
|
|
|
csign
Moderator


Joined: 26 May 2001 Posts: 8155
Location: Borneo
|
Posted:
Mon Jul 30, 2001 5:36 am Post subject: |
|
It shouldn't be a problem in this case. But if this behaviour anoys you than just add ./ to your $PATH |
_________________
Toxin wrote:It's on Fox News - it must be true.
|
|
|
|
|
|
|