dnf search for file in repositories
Is it possible to use dnf
or some other tool to search for particular file in the repositories.
For example I am looking for any devel
package that has a file named spblas.h
.
In particular I am looking for some source file declaring or implementing a function called csrmm
, but I understand looking for file contents may not be possible, so I am asking about searching by file name.
$ dnf search ... ??