> How do I ask dnf what current Wine repo releases
> are available (current and downgrade in case of
> another blocking bug) whilst I have wine excluded?

Disable the configuration file excludes. Takes one of the following
three options:
all, disables all configuration file excludes
main, disables excludes defined in the [main] section
repoid, disables excludes defined for the given repository

To temporarily disable you'll want to use:
sudo dnf --disableexcludes=main list | grep -i wine-common
or
sudo dnf --disableexcludes=main info wine-common
_______________________________________________
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 on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to