I want to check whether a specific fedora package is present in dom0.
Normally, in Debian, I would run
$ apt search <package-name>
and then
$ apt policy <package-name>
to read about the package and see if it’s installed in the Debian system.
How can I do the same in dom0?