expac
Verified for current stable LTS
Expac Command: List Dependencies Of Package
Use for list dependencies of package with Expac. Exact CLI syntax to list dependencies of package using Expac.
When to use this: Use for list dependencies of package with Expac.
Command Syntax
expac -S '%D' <package> expac -S '%D' <package> Live Command Builder
Final Command
expac -S '%D' <package> Command Breakdown
-S- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list dependencies of package 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 Download Size Of Packages In Mib
expac -S -H M '%k\t%n' <package1 package2 ...> Expac Command: List Explicitly Installed Packages With Optional Dependencies expac -d '\n\n' -l '\n\t' -Q '%n\n\t%O' $(pacman -Qeq) 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 Xbps Query Command: Show Installed Package Info xbps-query -S <package>