On 6/4/25 10:13 AM, Patrick O'Callaghan wrote:
The man page for dnf5 says:

        list
               List installed or available packages.

However it doesn't appear to give any more detail, and if I try it:

$ dnf list --available fedora.repo
Updating and loading repositories:
Repositories loaded.
No matching packages to list

which is clearly nonsense. I'm mainly interested in listing packages in
a COPR repo, but I seem to be missing something.

Any hints would be appreciated.

poc

Use "dnf repo list" to get the list of IDs for the repos configured on the system (Fedora is "fedora" not "fedora.repo")

then do "dnf --repo=fedora repoquery"

"--available" is the default but there are additional options available to tailor the result.

--
David King
dave at daveking dot com

--
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to