expac
Verified for current stable LTS
Expac Command: List Packages Marked For Upgrade With Download Size
Use for list packages marked for upgrade with download size with Expac. Exact CLI syntax to list packages marked for upgrade with download size using Expac.
When to use this: Use for list packages marked for upgrade with download size with Expac.
Command Syntax
expac -S -H M '%k\t%n' $(pacman -Qqu) | sort -sh expac -S -H M '%k/t%n' $(pacman -Qqu) | sort -sh Live Command Builder
Final Command
expac -S -H M '%k\t%n' $(pacman -Qqu) | sort -sh Command Breakdown
-S- Command Option
- Tool-specific option used by this command invocation.
-H- Command Option
- Tool-specific option used by this command invocation.
-Qqu)- Command Option
- Tool-specific option used by this command invocation.
-sh- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to list packages marked for upgrade with download size 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 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> Xbps Query Command: Show Installed Package Info xbps-query -S <package>