You can use the Archive Manager application to create, view, modify, or unpack an archive. An archive is a file that acts as a container for other files. An archive can contain many files, folders, and subfolders, usually in compressed form.
Archive Manager provides only a graphical interface, and relies on command-line utilities such as tar, gzip, and bzip2 for archive operations.
If you have the appropriate command-line tools installed on your system, Archive Manager supports RPM and Stuff files, as well as the archive formats listed in the following table.
| Format | Filename Extension |
|---|---|
| ARJ archive | .arj |
| Enterprise archive | .ear |
| Java archive | .jar |
| LHA archive | .lzh |
| Resource Adapter archive | .rar |
| Uncompressed tar archive | .tar |
| Tar archive compressed with bzip | .tar.bz or .tbz |
| Tar archive compressed with bzip2 | .tar.bz2 or .tbz2 |
| Tar archive compressed with gzip | .tar.gz or .tgz |
| Tar archive compressed with lzop | .tar.lzo or .tzo |
| Tar archive compressed with compress | .tar.Z or .taz |
| Web archive | .war |
| PKZIP or WinZip archive | .zip |
| 7-Zip archive | .7z |
| Zoo archive | .zoo |
The most common archive format on UNIX and Linux systems is the tar archive compressed with gzip.
The most common archive format on Microsoft Windows systems is the archive created with PKZIP or WinZip.
A compressed non-archive file is a file that is created when you use bzip, bzip2, gzip, lzop, or compress to compress a non-archive file. For example, file.txt.gz is created when you use gzip to compress file.txt.
You can use Archive Manager to create, open and extract a compressed non-archive file.