Find the answer to your Linux question:
Results 1 to 5 of 5
Hello, I downloaded UT 2k4 recently, and it comes in a .run.gz file. When I un-tar it in terminal, It says: Code: $ sudo tar -xvzf '/home/dude/Downloads/UT2004-LNX-Demo3334.run.gz' [sudo] password for ...
  1. #1
    Linux Newbie DaCalebMan's Avatar
    Join Date
    Jun 2009
    Location
    Mengwi, Bali, Indonesia
    Posts
    148

    Question Unreal tournament 2004 demo

    Hello, I downloaded UT 2k4 recently, and it comes in a .run.gz file.
    When I un-tar it in terminal, It says:
    Code:
    $ sudo tar -xvzf '/home/dude/Downloads/UT2004-LNX-Demo3334.run.gz' 
    [sudo] password for dude: 
    tar: This does not look like a tar archive
    tar: Skipping to next header
    tar: Exiting with failure status due to previous errors
    dude@hp-desktop:~$
    What should I do? I have re-downloaded several times.

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Try to decompress it first.
    Code:
    cd Downloads
    gzip -d UT2004-LNX-Demo3334.run.gz
    Does it decompress file?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Linux Newbie DaCalebMan's Avatar
    Join Date
    Jun 2009
    Location
    Mengwi, Bali, Indonesia
    Posts
    148

    Unhappy sorry.

    Nope. It seems to work, because the run file extracts, but then it says:

    gzip: /home/dude/Downloads/UT2004-LNX-Demo3334.run.gz: unexpected end of file
    I have downloaded this from so many locations. And it's always the same story.

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Its corrupted or bad download. Have you tried downloading from here?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Post the output of
    Code:
    file UT2004-LNX-Demo3334.run.gz
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Posting Permissions

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