On Sun, Jul 3, 2022 at 6:21 PM ToddAndMargo via users <users@xxxxxxxxxxxxxxxxxxxxxxx> wrote: > # dnf "--setopt=excludepkgs=wine*" whatprovides 'wine*' You want << --setopt=excludepkgs='"" >> <--- EMPTY - to override the exclude you have in the config file. Your command is excluding any package whose name starts with "wine", and then asking if anything else provides 'wine*'. Based on other contributors, and the original goal of keeping the exclude in the config file but still being able to check what version of wine is available, I think you want: sudo dnf --setopt=excludepkgs="" list wine Note that you don't need to wildcard wine unless you want to see all of the wine packages. On my F35 system this shows: $ sudo dnf --setopt=excludepkgs="" list wine Last metadata expiration check: 0:37:54 ago on Sun 03 Jul 2022 06:15:48 PM EDT. Installed Packages wine.x86_64 7.10-2.fc35 @updates Available Packages wine.i686 7.10-2.fc35 updates Caveat - I don't have any excludepkgs set in the config file, so in my specific case the command-line isn't overriding anything. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure