On 7/3/22 13:58, Go Canes wrote:
On Sun, Jul 3, 2022 at 4:30 PM ToddAndMargo via users
<users@lists.fedoraproject.org> wrote:

$ su root -c "dnf --setopt=excludepkgs=wine* whatprovides wine*"

That should really be "dnf --setopt=excludepkgs='' whatprovides 'wine*' "
...otherwise shell globbing could get in the way.  ANd you want
excludepkgs to be *empty*.

# dnf "--setopt=excludepkgs=wine*" whatprovides 'wine*'
Last metadata expiration check: 0:04:34 ago on Sun 03 Jul 2022 03:13:52 PM PDT.
samba-winexe-2:4.16.0-0.2.rc3.fc36.x86_64 : Samba Winexe Windows Binary
Repo        : fedora
Matched from:
Filename    : /usr/bin/winexe

samba-winexe-2:4.16.2-0.fc36.x86_64 : Samba Winexe Windows Binary
Repo        : updates
Matched from:
Filename    : /usr/bin/winexe




# dnf "--setopt=includepkgs=wine*" whatprovides 'wine*'
Last metadata expiration check: 0:05:47 ago on Sun 03 Jul 2022 03:13:52 PM PDT. Error: No matches found. If searching for a file, try specifying the full path or using a wildcard prefix ("*/") at the beginning.
_______________________________________________
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