lipo
Verified for current stable LTS
Lipo Command: List Architectures In Universal File
Use for list architectures in universal file with Lipo. Exact CLI syntax to list architectures in universal file using Lipo.
When to use this: Use for list architectures in universal file with Lipo.
Command Syntax
lipo <path/to/binary_file> -archs lipo <path/to/binary_file> -archs Live Command Builder
Final Command
lipo <path/to/binary_file> -archs Command Breakdown
-archs- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list architectures in universal file using Lipo.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Lipo Command: Create Universal File From Architectures
lipo <path/to/binary_file.x86_64> <path/to/binary_file.arm64e> -create -output <path/to/binary_file> Lipo Command: Display Detailed Info About Universal File lipo <path/to/binary_file> -detailed_info Lipo Command: Extract Single Architecture From Universal File lipo <path/to/binary_file> -thin <arm64e> -output <path/to/binary_file.arm64e>