Where is isoinfo at Fedora?

Where is isoinfo at Fedora?

$ dnf search isoinfo
Last metadata expiration check: 0:00:47 ago on Tue Dec 20 19:21:10 2022.
No matches found.

for reference:

$ dnf repolist 
repo id                                                      repo name
copr:copr.fedorainfracloud.org:bcotton:cherrytree            Copr repo for cherrytree owned by bcotton
copr:copr.fedorainfracloud.org:bgstack15:palemoon            Copr repo for palemoon owned by bgstack15
docker-ce-stable                                             Docker CE Stable - x86_64
fedora                                                       Fedora 37 - x86_64
fedora-cisco-openh264                                        Fedora 37 openh264 (From Cisco) - x86_64
fedora-modular                                               Fedora Modular 37 - x86_64
protonvpn-fedora-stable                                      ProtonVPN Fedora Stable repository
rpm.opera.com_rpm                                            created by dnf config-manager from https://rpm.opera.com/rpm
rpmfusion-free                                               RPM Fusion for Fedora 37 - Free
rpmfusion-free-updates                                       RPM Fusion for Fedora 37 - Free - Updates
rpmfusion-nonfree                                            RPM Fusion for Fedora 37 - Nonfree
rpmfusion-nonfree-updates                                    RPM Fusion for Fedora 37 - Nonfree - Updates
updates                                                      Fedora 37 - x86_64 - Updates
updates-modular                                              Fedora Modular 37 - x86_64 - Updates
vivaldi                                                      vivaldi

Did you try this? or something similar?

$ locate isoinfo
/usr/bin/isoinfo
/usr/libexec/file-roller/isoinfo.sh
/usr/share/man/man1/isoinfo.1.gz


$ dnf provides /usr/bin/isoinfo
Last metadata expiration check: 7 days, 1:56:31 ago on Tue 13 Dec 2022 09:42:33 AM CST.
genisoimage-1.1.11-50.fc37.x86_64 : Creates an image of an ISO9660 file-system
Repo        : @System
Matched from:
Filename    : /usr/bin/isoinfo

genisoimage-1.1.11-50.fc37.x86_64 : Creates an image of an ISO9660 file-system
Repo        : @System
Matched from:
Filename    : /usr/bin/isoinfo

genisoimage-1.1.11-50.fc37.x86_64 : Creates an image of an ISO9660 file-system
Repo        : fedora
Matched from:
Filename    : /usr/bin/isoinfo

The command is available but that is not the name of the package.

It can also be found and installed by sudo dnf install */isoinfo

Really

dnf provides

and

dnf install genisoimage

helped.

Thanx.