Results 1 to 10 of 10

Thread: How do I start a tar.gz

  1. #1
    Junior Member
    Join Date
    Apr 2002
    Posts
    67

    How do I start a tar.gz

    I downloaded a new flash player tar.gz
    What is the way to start the installer in this tar,gz form?
    I loged in as root, went to root's home, went to the root directory, then the home folder, then clicked on the flash player folder. There is a folder called flash player installer.
    How do I start it from here? I was told you extract it here and it will start.
    How do I start this extract?
    Thanks

  2. #2

    Re:How do I start a tar.gz

    By asking it nicely. ;D

    okay okay, at a console type:


    gunzip file.tar.gz(or .tgz) then type

    tar xf file.tar

  3. #3

    Re:How do I start a tar.gz

    cant you just do tar -xzvf file.tar.gz?

  4. #4

    Re:How do I start a tar.gz

    [quote author=burntash link=board=1;threadid=7159;start=0#66170 date=1054595898]
    cant you just do tar -xzvf file.tar.gz?
    [/quote]
    Yup, they both work.

  5. #5

  6. #6
    Guest

    Re:How do I start a tar.gz


  7. #7
    Moderator
    Good Guru
    Schotty's Avatar
    Join Date
    Jul 2001
    Location
    Milwaukee, WI
    Posts
    5,758

    Re:How do I start a tar.gz

    [quote author=burntash link=board=1;threadid=7159;start=0#66170 date=1054595898]
    cant you just do tar -xzvf file.tar.gz?
    [/quote]

    Thats exactly what I use.

  8. #8
    Junior Member
    Join Date
    Apr 2002
    Posts
    67

    Re:How do I start a tar.gz

    Cool, thanks guys for the help.
    Where you said tar -xf file.tar.gz do I type the name of the file where it says file?
    Sorry if this is a dumb question, I just was not sure. ;D

  9. #9

    Re:How do I start a tar.gz

    Yes. if you download a file called goodfoodlist.tar.gz, and saved it as /tmp/goodfoodlist.tar.gz, then you would change directories to /tmp and do tar -zxvf goodfoodlist.tar.gz.

  10. #10

    Re:How do I start a tar.gz

    Actually 'tar -xf <filename>.tar.gz will not work. When working with a gunzipped tarball, you need to do:

    tar xvzf file.tar.gz (or file.tgz)

    If you have a plain tar file (i.e. file.tar), then the 'tar -xvf' would work.

    gunzip file.tar.gz(or .tgz) then type

    tar xf file.tar
    You can do this, but it's one more command from 'tar xvzf file.tar.gz'.

Similar Threads

  1. How to start System Restore tool at command prompt
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 07:25 AM
  2. shortcut key to start OneNote 2003
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 01:58 AM
  3. How to install or upgrade to Windows XP
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 12-31-2004, 11:35 PM
  4. Why doesn't konqueror start?
    By ursidae in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 11-16-2002, 11:37 PM
  5. KDE does not start
    By irox in forum Linux - Software, Applications & Programming
    Replies: 6
    Last Post: 12-30-2001, 06:51 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •