On Friday, 21 January 2022 18.34.17 WET Patrick Dupre wrote:
> ello,
> 
> How can I get
>         python3dist(sphinx-math-dollar)
>         python3dist(wurlitzer)
> ?
> 
> Thanks

Hi Patrick,
  repoquery is your friend. :-)

# repoquery --whatprovides 'python3dist(wurlitzer)'
Last metadata expiration check: 1:00:21 ago on Sat 22 Jan 2022 07:32:37 AM WET
python3-wurlitzer-0:1.0.3-8.fc35.noarch

# repoquery --whatprovides 'python3dist(sphinx-math-dollar)'
Last metadata expiration check: 1:03:31 ago on Sat 22 Jan 2022 07:32:37 AM WET
python3-sphinx-math-dollar-0:1.2-4.fc35.noarch

Repoquery uses the dnf mechanism and so the usual options can be used. As an 
example sometimes I need to see what packages provides a dependency in 
Rawhide:

# repoquery --disablerepo=* --enablerepo=rawhide --whatprovides 
'python3dist(sphinx-math-dollar)'
Last metadata expiration check: 0:07:43 ago on Sat 22 Jan 2022 08:31:15 AM WET
python3-sphinx-math-dollar-0:1.2-5.fc36.noarch

I hope that this helps. :-)
-- 
José Matos
_______________________________________________
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