The info command displays detailed information about compression formats, codecs, and hashers supported by 7-Zip.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/ip7z/7zip/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
Usage
Show All Formats
- Archive formats (7z, ZIP, TAR, etc.)
- Compression codecs (LZMA, LZMA2, PPMd, etc.)
- Hash functions (CRC32, SHA256, etc.)
- Filters (BCJ, BCJ2, Delta, ARM, etc.)
Show Specific Format
Example Output
Format Information
Archive Formats
The info command shows:- ID - Format identifier (hexadecimal)
- Name - Format name
- Lib - Library index (0 = built-in)
Codecs
Compression methods:- LZMA - Original LZMA algorithm (ID: 030101)
- LZMA2 - Improved LZMA (ID: 21)
- PPMd - Prediction by partial matching (ID: 030401)
- BZip2 - Burrows-Wheeler transform (ID: 040202)
Hashers
Supported hash functions:- CRC32 - 32-bit cyclic redundancy check
- CRC64 - 64-bit CRC
- SHA256 - 256-bit secure hash
- SHA1 - 160-bit secure hash
- XXH64 - Fast 64-bit hash
Use Cases
Check Format Support
Verify Codec Availability
List Hash Functions
Format Details
For detailed information about specific formats:Scripting Example
Version Information
The info command also displays:- 7-Zip version number
- Architecture (x86, x64, ARM, etc.)
- Copyright information
- Build date
The info command is useful for verifying that 7-Zip supports a particular format before attempting to work with archives of that type.
Related Commands
- List Command - List contents of archives
- Test Command - Test archive integrity
- Archive Formats - Detailed format documentation