Skip to content Skip to sidebar Skip to footer

What to Use to Read Tar.gz Files

x Answers 10

You lot can utilise 7-zip to untar the .tar file as well.

  1. Correct-click the file
  2. Select 7-null -> Extract Hither / Extract To

answered November 27, 2010 at fourteen:51

half-dozen

  • Information technology doesn't work for me, simply I will try to upgrade 7-cipher to the latest version.

    Nov 27, 2010 at xv:01

  • Afterward upgrading seven-Cypher from 9.16 to 9.20 information technology works fine. Thanks.

    Nov 27, 2010 at 15:12

  • @Paul, How to practice it in 1 step?

    May 16, 2015 at 3:35

  • @Pacerier - you lot can't do it in 1 stride using vii-nil, since you're unpacking two filetypes: gzip and tarball. If you can use Linux, command line allows one footstep: tar xvfz somefilename.tar.gz. Otherwise bank check out these answers

    May sixteen, 2015 at 3:xl

  • @KolobCanyon - right-click the file and select seven-zip->Excerpt Here/Extract To...

    Oct 5, 2016 at 19:08

If y'all can, you can always utilize bash for windows and just practice the regular

                                  tar -xvzf <filename.tar.gz>                              

answered Oct 26, 2016 at 20:49

5

  • Ask yourself, do you take Git Fustigate already installed... three:)

    Mar 21, 2019 at xx:57

  • @LoremIpsum aye, linux subsystem is a part of windows 10 now and tar command is available from windows cmd.exe.

    May 1, 2019 at 14:48

  • Awesome, thank you.

    November fifteen, 2020 at 22:36

  • I was able to do this simply using windows command prompt

    Mar 29, 2021 at 23:35

With a latest Windows x (1803+, or ten.0.17063+ for insiders) you tin unpack a tar archive just like you do it in linux:

              cmd.exe -> tar xf archive.tar.gz                          

answered May 1, 2019 at 14:54

vii-zip should work for you. I believe you have to untar the .tar role of the file as a second step later unzipping the .gz role.

You also may need to check your 7-zip settings...

  • Click Tools → Options
  • Go to the "Organisation" tab.
  • Make sure "tar" and "gz" are checked off.

answered Nov 27, 2010 at 14:52

3

  • Thanks, information technology worked afterwards upgrading my 7-Zilch from ix.xvi to 9.xx.

    Nov 27, 2010 at 15:thirteen

  • +1 your solution was teh only i that worked for me.

    Jan 13, 2017 at 10:23

  • in 17.01 yous can view files inside the tar.gz archive with 2 steps in the gui - simply associate the files with your user. Y'all can also associate rpm & deb files now.

    Jan 31, 2018 at 12:04

I use uncomplicated WinRAR extractor to extract .tar.gz file; but exercise these steps,

  1. Starting time extracting the .tar.gz file with WinRAR, it volition generate an Intermediate file.
  2. Rename that intermediate file as ".tar" and extract it again with WinRAR.

Now 2d time it will excerpt your all files/folders.

answered Dec 22, 2012 at 13:24

i

  • This should be the accepted answer IMHO. Windows users who are likely accustomed to WinZip are probable to detect WinRAR very intuitive to use.

    Jun 25, 2014 at 18:twenty

The vii-zilch package comes with a command-line tool called 7z.exe that tin can pipe to and from stdin (-si) & stdout (-so). And then the following line will do the extractraction in one step with no intermediary file (-ttar tells 7-zip that nosotros're piping in a tar stream).

                PATH_TO_7ZIP\7z.exe 10 netlib-0.13.1.tar.gz -then | PATH_TO_7ZIP\7z.exe x -si -ttar                              

answered Feb nineteen, 2016 at 21:02

1

  • Nice ane! Simple and no temp files!

    Sep thirteen, 2016 at five:10

The trouble is that when seven-zip uncompresses the tar file into a subdirectory, you have to get into the subdirectory in order to uncompress the tar file.

If you've tried to uncompress the subdirectory, it won't piece of work of course.

At that place are two solutions here:

  1. Use 'excerpt here', not 'Extract files...'.
  2. Go into the subdirectory and extract from there.

sblair

12.5k half dozen gilded badges 46 silver badges 76 bronze badges

answered Feb xiv, 2012 at 12:36

Install full commander, information technology will deal with tar.gz files. You can just go inside such kind of file and re-create it to the place you need. Extraction is done by TC in the background.

answered Sep 24, 2013 at seven:44

1

  • could you link the download link and elaborate the usage?

    Sep 24, 2013 at 9:49

answered Jan 16, 2015 at xix:00

Paul has it correct, but in this case it's a ii-pace process. Start to remove the .gz(decompress the files) and second to remove the .tar(unpack the files).

answered Aug 21, 2015 at eighteen:46

2

  • Could you tell the states how to exercise those steps?

    Aug 21, 2015 at nineteen:eleven

  • first you'll need vii-zip... seven-cypher.org I like to create a folder to place the .tar.gz file into prior to unzipping. Correct-click on the file and hover over seven-nix, select "Extract Here" to remove the .gz. - at present do the same for the newly created .tar file.

    Aug 24, 2015 at thirteen:02

Not the reply y'all're looking for? Scan other questions tagged windows windows-7 tar gz or inquire your own question.

shawredins1987.blogspot.com

Source: https://superuser.com/questions/215629/how-to-open-a-tar-gz-file-in-windows

Post a Comment for "What to Use to Read Tar.gz Files"