Author Topic: just another stupid newbie question  (Read 952 times)

dishawjp

  • Member
  • **
  • Posts: 133
  • Kudos: 95
    • http://web.lemoyne/~dishawjp
just another stupid newbie question
« on: 8 September 2002, 16:33 »
Hi All,

I know that this is a real newbie question, but I couldn't find anything in the man pages or in the Linux book I bought.  I downloaded a file and it's in .tar.gz format.  I I need to extract and install it.  I tried the tar -e command with no luck.  Any help would be appreciated.  Oh, I'm running Red Hat 6.2.

TIA

Jim
____________________________
Registered Linux User 294493

caveman_piet

  • Member
  • **
  • Posts: 52
  • Kudos: 0
    • http://www.pexy.co.za
just another stupid newbie question
« Reply #1 on: 8 September 2002, 17:32 »
The -z flag does the gzip/gunzip.

Try tar -tvzf filename.tar.gz - this should
only list the files in the archive

and tar -xvzf filename.tar.gz will extract
Microsoft apparently thinks that R&D stands for 'Rewrap & Disguise'.

electroman

  • Newbie
  • *
  • Posts: 14
  • Kudos: 0
    • http://coming soon...
just another stupid newbie question
« Reply #2 on: 8 September 2002, 17:35 »
DOSman, curious, what was the last DOS version you used?
--+ electroMan +--

RudeCat7

  • Member
  • **
  • Posts: 431
  • Kudos: 109
just another stupid newbie question
« Reply #3 on: 8 September 2002, 19:58 »
Pretty soon you'll be "FreeDosMan"   :D
*meow!* I didn't say Linux was easier, I said it was better, Dumbass!

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
just another stupid newbie question
« Reply #4 on: 8 September 2002, 20:08 »
umm, i normally stick to

tar -zxvf

and use it for tar.gz files

and

tar jxvf

for tar.bz2 files

have fun
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!

dishawjp

  • Member
  • **
  • Posts: 133
  • Kudos: 95
    • http://web.lemoyne/~dishawjp
just another stupid newbie question
« Reply #5 on: 8 September 2002, 20:33 »
Thanks All for the replies.  To answer electroman's question, I've used DOS versions from 3.3 through whatever it is that they call the "DOS" command shell in WinXP.  Of course, the last *real* DOS was version 6.22.

I may have to redownload the file now though... I kept playing with it and tried gunzip on it.  Now it's a .tar file.  I tried tar -x on it and nothing happened.  

Looks like I still have a lot of learning to do.  Can anyone recommend a decent book on Linux.  I have some old Unix reference manuals, but the only book on Linux I have doesn't really cut it.  It spends too much time with working with the GUI and I prefer working from a command line.  Besides that it answers all the questions I *don't* have.

Thanks once again to all of you for all your help.

Gotta quit playing with this damned computer now and head off to a clam bake.  Time to eat and drink myself stupid :)

Jim
____________________________
Registered Linux User 294493

creedon

  • Member
  • **
  • Posts: 430
  • Kudos: 0
just another stupid newbie question
« Reply #6 on: 8 September 2002, 21:20 »
quote:
Originally posted by DOSman:
Thanks All for the replies.  To answer electroman's question, I've used DOS versions from 3.3 through whatever it is that they call the "DOS" command shell in WinXP.  Of course, the last *real* DOS was version 6.22.

I may have to redownload the file now though... I kept playing with it and tried gunzip on it.  Now it's a .tar file.  I tried tar -x on it and nothing happened.  

Looks like I still have a lot of learning to do.  Can anyone recommend a decent book on Linux.  I have some old Unix reference manuals, but the only book on Linux I have doesn't really cut it.  It spends too much time with working with the GUI and I prefer working from a command line.  Besides that it answers all the questions I *don't* have.

Thanks once again to all of you for all your help.

Gotta quit playing with this damned computer now and head off to a clam bake.  Time to eat and drink myself stupid :)

Jim



Goin' to Hinterwadles, eh?  Well, if you want to do a little traveling, PM me: I've got a 1994 edition of "using Linux"; it's about as basic a text as you'll find, but the basics have remained the same.
I'm using Debian 3.0 Woody and Sarge, with a Libranet 2.0 thrown in for good measure.  "Using Linux" has saved my butt on a few occasions, even though I'm running fairly new distro's; the basics haven't changed, and since you're (wisely) concentrating on the CLI, I think you would find the book useful.  I'll loan it to you (but I want it back.)
I'm SERIOUS about Linux; are you??

RudeCat7

  • Member
  • **
  • Posts: 431
  • Kudos: 109
just another stupid newbie question
« Reply #7 on: 8 September 2002, 21:55 »
Check out the Barnes & Noble bargain bin.

They love to discount Linux books

ex: Redhat 6 linux secrets $8.00
    Linux administration for dummies $1.75
    Redhat Administrator's book $5.00


 
*meow!* I didn't say Linux was easier, I said it was better, Dumbass!

TheQuirk

  • VIP
  • Member
  • ***
  • Posts: 2,154
  • Kudos: 315
just another stupid newbie question
« Reply #8 on: 8 September 2002, 22:06 »
I find "General Linux I" by Dee-Ann LeBlanc and published by Coriolis to be a great book. It has a big "Exam Prep" thing on it. It's great.

KernelPanic

  • VIP
  • Member
  • ***
  • Posts: 1,878
  • Kudos: 222
just another stupid newbie question
« Reply #9 on: 8 September 2002, 23:10 »
Osbourne, The Complete Refernce LINUX.
Get an old one for like $10
Contains scenes of mild peril.

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
just another stupid newbie question
« Reply #10 on: 9 September 2002, 01:46 »
If you gunzipped the file you now have just a tar file. Use:

tar -xvf filename.tar

if it is gzipped use:

tar -xvzf filename.tar.gz

[ September 08, 2002: Message edited by: void main ]

Someone please remove this account. Thanks...

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
just another stupid newbie question
« Reply #11 on: 9 September 2002, 01:54 »
http://forum.fuckmicrosoft.com/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=5&t=000763
i explained a bit here on how to install most formats.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
just another stupid newbie question
« Reply #12 on: 9 September 2002, 02:04 »
Yes, it's been answered at least 10 times since I've been here. We really need to get started on that FAQ! And it might be good to list the above as the "base"/"preferred" method, but also list other ways it can be done using Konqueror file manager etc...

[ September 08, 2002: Message edited by: void main ]

Someone please remove this account. Thanks...

Master of Reality

  • VIP
  • Member
  • ***
  • Posts: 4,249
  • Kudos: 177
    • http://www.bobhub.tk
just another stupid newbie question
« Reply #13 on: 9 September 2002, 02:20 »
ya, i havent used the GUI kpackage to install anything yet so i usually tell people the commandline way, but some might want to kow how to use kpackage and other GUI tools.
Disorder | Rating
Paranoid: Moderate
Schizoid: Moderate
Linux User #283518
'It takes more than a self-inflicted gunshot wound to the head to stop Bob'

dishawjp

  • Member
  • **
  • Posts: 133
  • Kudos: 95
    • http://web.lemoyne/~dishawjp
just another stupid newbie question
« Reply #14 on: 9 September 2002, 06:19 »
Thanks all for the replies.  I'll see what I can find at B&N and check for the other titles mentioned.  

Creedon... I didn't see your personal e-mail address in your profile.  The e-mail addy that I check the most is "*****" feel free to contact me there, and I'll be more than happy to buy you a couple of beers at one of the local taverns.  Are you familiar with the Dewittshire near the Le Moyne College campus?  I spend lots of evenings there :)  Or, anywhere else in the general area you prefer.  Let me know.

Edited... as per recommendation, e-mail address deleted and pm sent.

Jim
Jim

[ September 08, 2002: Message edited by: DOSman ]

____________________________
Registered Linux User 294493