Earlier quoted context omitted.
It does ship with one, right click on zip file -> extract all. Why are you posting incorrect information that would have been clarified to you by a 3 second google search beforehand? It didn't ship in the distant past due to anti-competitive reasons but it is there now.
It doesn't ship with a working unarchive utility, the one that is included will discard anything that goes over the maximum pathname length.
7-Zip 25.00
11–20 of 71 posts
Re: 7-Zip 25.00
#12Earlier quoted context omitted.
It does ship with one, right click on zip file -> extract all. Why are you posting incorrect information that would have been clarified to you by a 3 second google search beforehand? It didn't ship in the distant past due to anti-competitive reasons but it is there now.
It ships with a very terrible wizard. Maybe I should say, why does the Windows unarchiving feature suck?
I can't really stomach Windows 11 so I don't personally use it but my understanding is that the latest version of Windows 11 has finally integrated a better solution, implementing archive extraction based on libarchive.
Re: 7-Zip 25.00
#13WinRAR allows you to browse a .tar.gz without extracting it, 7-zip extracts the .tar to a temp file. It makes working with large .tar.gz files impossible.
(Yes I know that because of how .tar works WinRAR must decompresses it to build the files list. But it beats having to write a 1TB .tar to disk just to see the file listing.
Re: 7-Zip 25.00
#14I wish 7-zip would support .tar.gz the way WinRAR does. WinRAR allows you to browse a .tar.gz without extracting it, 7-zip extracts the .tar to a temp file. It makes working with large .tar.gz files impossible. (Yes I know that because of how .tar works WinRAR must decompresses it to build the files list. But it beats having to write a 1TB .tar to disk just to see the file listing.
tar.gz files don't have a central directory (like zip), and they are compressed as one stream (almost always non-seekable)
Re: 7-Zip 25.00
#15Earlier quoted context omitted.
It does ship with one, right click on zip file -> extract all. Why are you posting incorrect information that would have been clarified to you by a 3 second google search beforehand? It didn't ship in the distant past due to anti-competitive reasons but it is there now.
It doesn't ship with a working unarchive utility, the one that is included will discard anything that goes over the maximum pathname length.
Re: 7-Zip 25.00
#16I wish 7-zip would support .tar.gz the way WinRAR does. WinRAR allows you to browse a .tar.gz without extracting it, 7-zip extracts the .tar to a temp file. It makes working with large .tar.gz files impossible. (Yes I know that because of how .tar works WinRAR must decompresses it to build the files list. But it beats having to write a 1TB .tar to disk just to see the file listing.
how is that possible? tar.gz files don't have a central directory (like zip), and they are compressed as one stream (almost always non-seekable)
Re: 7-Zip 25.00
#17I wish 7-zip would support .tar.gz the way WinRAR does. WinRAR allows you to browse a .tar.gz without extracting it, 7-zip extracts the .tar to a temp file. It makes working with large .tar.gz files impossible. (Yes I know that because of how .tar works WinRAR must decompresses it to build the files list. But it beats having to write a 1TB .tar to disk just to see the file listing.
how is that possible? tar.gz files don't have a central directory (like zip), and they are compressed as one stream (almost always non-seekable)
Re: 7-Zip 25.00
#18Earlier quoted context omitted.
It ships with a very terrible wizard. Maybe I should say, why does the Windows unarchiving feature suck?
>It ships with a very terrible wizard. Terrible how? It just needs to zip and unzip and it does that fine for most users. What else do you expect for casual users? For power usurers there's 7zip or WinRar or other solutions. > Maybe I should say, why does the Windows unarchiving feature suck? And what stopped you from saying that? HN rules say comments should be in good faith. What you said has clearly different mean…
And it's only because of that comment that I learned windows 11 finally improves things.
Re: 7-Zip 25.00
#19Earlier quoted context omitted.
how is that possible? tar.gz files don't have a central directory (like zip), and they are compressed as one stream (almost always non-seekable)
Decompress, scan as you go, discard. Having to read a few hundred GB and scan a terabyte is a nuisance. Not having to write a terabyte is priceless.
Re: 7-Zip 25.00
#20I wish 7-zip would support .tar.gz the way WinRAR does. WinRAR allows you to browse a .tar.gz without extracting it, 7-zip extracts the .tar to a temp file. It makes working with large .tar.gz files impossible. (Yes I know that because of how .tar works WinRAR must decompresses it to build the files list. But it beats having to write a 1TB .tar to disk just to see the file listing.