Most people have seen:
dpkg-query -W --showformat='\${Installed-Size} \${Package}\n'
which lists packages with their size. I'm looking for a similar command that lists packages with their description and this isn't working properly:
dpkg-query -W --showformat='${Package} ${Description}\n'
I'm want to write a script that helps you build a decent kick list for customization.
