Re: as per artoo - to help the project
Reply #14 –
For elitist, circus-avoiding reasons, I came up with:
for package in `./findmissing.sh`; do echo -n $package' '; expac %N $package -l"\n" | wc -l ; done | sort -t' ' -k2 -nr
Where 'findmissing.sh' would be the above-mentioned script on github.
This sorts the 'extra' packages by number of other installed packages that actually depend on them:
https://pastebin.ubuntu.com/26465889/