expac
Verified for current stable LTS
Expac Command: List Explicitly Installed Packages With Optional Dependencies
Use for list explicitly installed packages with optional dependencies with Expac. Exact CLI syntax to list explicitly installed packages with optional dependencies using Expac.
When to use this: Use for list explicitly installed packages with optional dependencies with Expac.
Command Syntax
expac -d '\n\n' -l '\n\t' -Q '%n\n\t%O' $(pacman -Qeq) expac -d '/n/n' -l '/n/t' -Q '%n/n/t%O' $(pacman -Qeq) Live Command Builder
Final Command
expac -d '\n\n' -l '\n\t' -Q '%n\n\t%O' $(pacman -Qeq) Command Breakdown
-d- Command Option
- Tool-specific option used by this command invocation.
-l- Command Option
- Tool-specific option used by this command invocation.
-Q- Command Option
- Tool-specific option used by this command invocation.
-Qeq)- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list explicitly installed packages with optional dependencies using Expac.
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
Expac Command: List Dependencies Of Package
expac -S '%D' <package> Expac Command: List Download Size Of Packages In Mib expac -S -H M '%k\t%n' <package1 package2 ...> Expac Command: List Optional Dependencies Of Package expac -S "%o" <package> Expac Command: List Packages Marked For Upgrade With Download Size expac -S -H M '%k\t%n' $(pacman -Qqu) | sort -sh Tar Command: Create A Gzipped Archive From A Directory Using Relative Paths tar czf <path/to/target.tar.gz> -C <path/to/directory> .