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