eopkg list-installed --help
usage: Print the list of all installed packages
Usage: list-installed
Options:
--version : show program's version number and exit
-h [--help] : show this help message and exit
list-installed options:
-a [--automatic] : Show automatically installed packages and the
parent dependency
-b [--with-build-host] arg : Only list the installed packages built by the
given host
-l [--long] : Show in long format
-c [--component] arg : List installed packages under given component
-i [--install-info] : Show detailed install info
general options:
-D [--destdir] arg : Change the system root for eopkg commands
-y [--yes-all] : Assume yes in all yes/no queries
-u [--username] arg
-p [--password] arg
-L [--bandwidth-limit] arg : Keep bandwidth usage under specified KB's
-R [--retry-attempts] arg : Set the max number of retry attempts in case of
connection timeouts
-v [--verbose] : Detailed output
-d [--debug] : Show debugging information
-N [--no-color] : Suppresses all coloring of eopkg's output
eopkg list-installed -ab --long --verbose
this gave me every single package and its size from libsomethingorother
to zuki-themes
.
I have no idea why it is showing me everything from L-Z, and, similarly, I have no idea how to get it to show me all packages and their sizes from A-L....
...can't monkey with it much longer tonight but I hate being literally halfway to solved.....
edit/formatting