Patrick O'Callaghan wrote: > On Wed, 2025-06-04 at 11:25 -0400, Todd Zullinger wrote: >> The man page (dnf5-list) says in the synopsis: >> >> dnf5 list [options] [<package-spec>...] >> >> and in the examples it shows: >> >> dnf5 list kernel* >> >> (which it presumes users will know to properly escape in >> their choice of shell, e.g. dnf list 'kernel*' or dnf list >> kernel\* for sh shells.) > > So 'dnf list "*"' is what I'm looking for.
No pattern is required. That's what the brackets around
'<package-spec>...' signify. Similarly, 'options' are,
unsurprisingly, optional. :)
Leaving it off makes more sense, IMO. It provides the same
results (this was from f42):
$ dnf -qq list | wc -l
77780
$ dnf -qq list '*' | wc -l
77780
--
Todd
signature.asc
Description: PGP signature
-- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
