with a few package managers: ``` wc -l *.csv | sort -h 11434 apk.csv 15729 pacman.csv 33905 dnf.csv 64848 apt.csv ``` Other than looking at the total numbers, package name prefixes can be counted: ``` head -n 11 *_g.txt ==> apk_g.txt <== OpenWrt 25.12.5 3601 luci 1092 kmod 424 python 410 libupm 289 asterisk 209 kamailio 165 freeswitch 163...