Top VPS Hosting Provider

Welcome to the myhosting.com Forums.
+ Reply to Thread
Results 1 to 6 of 6
  1. #1
    sgoodman is offline Master Member
    Join Date
    Jul 2008
    Location
    Alberta, Canada
    Posts
    397

    Question How do I open a TGZ file?

    Greetings,

    I just downloaded a TGZ file, but Windows Vista won't open it. Do I have to download an extractor program? Does anyone have any recommendations?

    Thanks,
    Shane.
    Windows Vista Home Premium

  2. #2
    Zath is offline Official Member
    Join Date
    Mar 2009
    Posts
    13

    Default

    Quote Originally Posted by sgoodman View Post
    Greetings,

    I just downloaded a TGZ file, but Windows Vista won't open it. Do I have to download an extractor program? Does anyone have any recommendations?

    Thanks,
    Shane.
    Windows Vista Home Premium
    Have a trawl around this site.
    It's an older compression format.

  3. #3
    jeremya is offline Administrator
    Join Date
    Jun 2008
    Posts
    271

    Default

    7-zip is a good open source tool for this.

    7-Zip
    -Jeremya

  4. #4
    nickh is offline Administrator
    Join Date
    May 2009
    Location
    Toronto, Canada
    Posts
    142

    Default

    I'll second the recommendation for 7-zip on Windows.

    .tgz a shorter form of .tar.gz , and is actually the result of 2 processes: archiving (tar) and compression (gz).

    "gz" is short for "GZip", which is a fast compression algorithm that is extremely widely used.

    "tar" is a file format for archiving: it rolls multiple files into a single file, but doesn't compress the files. That's why .tar.gz / .tgz files are quite common: tar is useful for combining many files into one, and gzip is useful for compressing them.
    Nick Hoffman
    Software Developer
    SoftCom Inc.

  5. #5
    sgoodman is offline Master Member
    Join Date
    Jul 2008
    Location
    Alberta, Canada
    Posts
    397

    Smile I Downloaded 7-Zip

    I've downloaded 7-Zip and it's worked well.

    The last time I've had to use an extractor, I bought WinZip, but I wasn't in the mood to spend $30 for something I would only use once.

    Thanks,
    Shane.
    Basic Linux Hosting on classic platform; Parallels Plesk Panel 10.3.1

  6. #6
    nickh is offline Administrator
    Join Date
    May 2009
    Location
    Toronto, Canada
    Posts
    142

    Default

    Yeah, WinZip's an old and crusty product. Considering all of the free and open-source alternatives that are available, I don't know how WinZip is still in business.

    I also don't understand why Windows doesn't natively support common compression or archive formats such as tar, gzip, bzip, rar, etc. What a failure on Microsoft's part.
    Nick Hoffman
    Software Developer
    SoftCom Inc.


 

Posting Permissions

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