I see that my system has installed several tasks. Below is the output of command with tasksel
:
$ tasksel --list-tasks | grep ^i
i print-server Print server
i samba-server Samba file server
i ubuntu-mate-core Ubuntu MATE minimal
i ubuntu-mate-desktop Ubuntu MATE desktop
i openssh-server OpenSSH server
i server Basic Ubuntu server
How can I get the same information using different tool(s)?
Hope to get solution without tasksel package installed. Only by parsing dpkg-info or something similar.