How To Untar A File In Windows
10 Answers 10
You tin utilise 7-zip to untar the .tar file as well.
- Right-click the file
- Select 7-nil -> Extract Here / Extract To
answered Nov 27, 2010 at xiv:51
PaulPaul
iv,694 26 silverish badges 41 statuary badges
6
If you lot can, you can always apply bash for windows and just practise the regular
tar -xvzf <filename.tar.gz>
answered Oct 26, 2016 at 20:49
five
-
Ask yourself, do you accept Git Bash already installed... iii:)
Mar 21, 2019 at xx:57
-
@LoremIpsum aye, linux subsystem is a role of windows 10 at present and tar command is available from windows cmd.exe.
May one, 2019 at xiv:48
-
Awesome, thank you.
Nov fifteen, 2020 at 22:36
-
I was able to practise this simply using windows control prompt
Mar 29, 2021 at 23:35
With a latest Windows x (1803+, or 10.0.17063+ for insiders) y'all tin unpack a tar archive just like yous do it in linux:
cmd.exe -> tar xf annal.tar.gz
answered May 1, 2019 at 14:54
ReishinReishin
331 2 silver badges half dozen bronze badges
7-null should work for you. I believe you take to untar the .tar
part of the file equally a second footstep after unzipping the .gz
role.
You also may need to check your seven-zip settings...
- Click Tools → Options
- Go to the "Arrangement" tab.
- Make certain "tar" and "gz" are checked off.
answered November 27, 2010 at xiv:52
Ryan BergerRyan Berger
657 2 aureate badges 9 argent badges xx bronze badges
three
-
Thanks, it worked after upgrading my 7-Zip from 9.16 to nine.20.
November 27, 2010 at fifteen:13
-
+i your solution was teh only one that worked for me.
Jan 13, 2017 at 10:23
-
in
17.01
you can view files inside thetar.gz
archive with ii steps in the gui - just associate the files with your user. You tin also associaterpm
&deb
files now.January 31, 2018 at 12:04
I apply elementary WinRAR extractor to extract .tar.gz file; simply do these steps,
- Start extracting the .tar.gz file with WinRAR, it will generate an Intermediate file.
- Rename that intermediate file every bit ".tar" and extract it again with WinRAR.
Now second time information technology will excerpt your all files/folders.
answered December 22, 2012 at 13:24
ShreyasShreyas
81 1 silver bluecoat 2 bronze badges
i
-
This should be the accustomed respond IMHO. Windows users who are probable accepted to WinZip are likely to notice WinRAR very intuitive to utilize.
Jun 25, 2014 at 18:20
The 7-zip package comes with a command-line tool called 7z.exe
that can pipage to and from stdin (-si
) & stdout (-so
). And then the post-obit line will practice the extractraction in ane step with no intermediary file (-ttar
tells 7-cypher that we're pipage in a tar stream).
PATH_TO_7ZIP\7z.exe x netlib-0.13.1.tar.gz -and so | PATH_TO_7ZIP\7z.exe x -si -ttar
answered Feb nineteen, 2016 at 21:02
ane
-
Nice ane! Simple and no temp files!
Sep 13, 2016 at 5:ten
The problem is that when 7-zip uncompresses the tar file into a subdirectory, you lot have to go into the subdirectory in order to uncompress the tar file.
If you've tried to uncompress the subdirectory, it won't work of course.
There are 2 solutions here:
- Use 'excerpt hither', not 'Excerpt files...'.
- Go into the subdirectory and extract from there.
sblair
12.5k 6 gold badges 46 silver badges 76 bronze badges
answered Feb xiv, 2012 at 12:36
DruvisionDruvision
182 i silvery badge eight statuary badges
Install total commander, it volition deal with tar.gz files. You can just go inside such kind of file and copy it to the place you need. Extraction is done past TC in the background.
answered Sep 24, 2013 at 7:44
i
-
could you link the download link and elaborate the usage?
Sep 24, 2013 at nine:49
answered January xvi, 2015 at 19:00
Paul has it correct, but in this instance it's a 2-pace process. First to remove the .gz(decompress the files) and second to remove the .tar(unpack the files).
answered Aug 21, 2015 at 18:46
2
-
Could you lot tell united states how to do those steps?
Aug 21, 2015 at nineteen:11
-
first yous'll demand 7-nothing... 7-zip.org I like to create a folder to place the .tar.gz file into prior to unzipping. Right-click on the file and hover over 7-zip, select "Excerpt Here" to remove the .gz. - now do the same for the newly created .tar file.
Aug 24, 2015 at 13:02
Not the respond you're looking for? Browse other questions tagged windows windows-seven tar gz or enquire your own question.
How To Untar A File In Windows,
Source: https://superuser.com/questions/215629/how-to-open-a-tar-gz-file-in-windows
Posted by: shaffershabligne.blogspot.com
It doesn't work for me, but I will try to upgrade seven-goose egg to the latest version.
Nov 27, 2010 at xv:01
After upgrading 7-Zip from nine.16 to 9.20 it works fine. Thanks.
Nov 27, 2010 at 15:12
@Paul, How to do it in i step?
May xvi, 2015 at three:35
@Pacerier - you can't do it in one step using 7-null, since you lot're unpacking 2 filetypes: gzip and tarball. If y'all tin utilize Linux, control line allows one footstep:
tar xvfz somefilename.tar.gz
. Otherwise cheque out these answersMay 16, 2015 at three:40
@KolobCanyon - right-click the file and select 7-nada->Extract Here/Excerpt To...
Oct 5, 2016 at 19:08