expac Command Examples

A data extraction tool for alpm databases, offering printf-like flexibility for pacman-based utilities. See also: pacman. More information: https://github.com/falconindy/expac.

expac {{[-S|--sync]}} '%D' {{package}}

expac {{[-S|--sync]}} "%o" {{package}}

expac {{[-S|--sync]}} {{[-H|--humansize]}} M '%k\t%n' {{package1 package2 ...}}

expac {{[-S|--sync]}} {{[-H|--humansize]}} M '%k\t%n' $(pacman -Qqu) | sort {{[-sh|--sort --human-numeric-sort]}}

expac {{[-d|--delim]}} '\n\n' {{[-l|listdelim]}} '\n\t' {{[-Q|--query]}} '%n\n\t%O' $(pacman -Qeq)