Top "Archive" questions

A location or file that stores other files or data, normally accompanied by compression, encryption, sorting or organizing.

How do I extract a tar file in Java?

How do I extract a tar (or tar.gz, or tar.bz2) file in Java?

java archive tar
Xcode - But... Where are our archives?

I've submitted three versions of my app onto the App Store using the Build and Archive commands. But... Where are …

xcode build crash archive
In LINUX determine if a .a library/archive 32-bit or 64-bit?

We distribute in Linux a static lib in both 64-bit and 32-bit versions. When troubleshooting a customer, I would like …

linux 32bit-64bit archive
How can I recover files from a corrupted .tar.gz archive?

I have a large number of files in a .tar.gz archive. Checking the file type with the command file …

gzip archive corrupt recover
How do you archive an entire website for offline viewing?

We actually have burned static/archived copies of our asp.net websites for customers many times. We have used WebZip …

html web-crawler archive
Read skype message archive

I would like to read my skype message archive outside of the Skype app. And be able to export it …

message archive skype
How to open and edit a *.gz file within vim (with auto unzip/zip)

Is it possible to auto unzip/zip *.gz files within vim?

vim gzip archive
Python in-memory zip library

Is there a Python library that allows manipulation of zip archives in memory, without having to use actual disk files? …

python memory zip archive
How can I decompress an archive file having tar.zst?

I do not know how I can decompress a file having tar.zst extension and even though I did look …

zip archive tar compression
Programmatically extract tar.gz in a single step (on Windows with 7-Zip)

Problem: I would like to be able to extract tar.gz files in a single step. This makes my question …

scripting gzip archive tar 7zip