Oracle linux - yar145/mytestrepo1 GitHub Wiki

How To Enable EPEL Repository on Oracle Linux 8

package managers rpm dnf

How To List Files in a Package with DNF Linux

You can list files for both installed and uninstalled packages using the sudo dnf repoquery -l <Package_Name> command.

dnf list installed dnf list installed package-name*

dnf repoquery -l {pkg_name_here}