To list files that an RPM package installed in Fedora, open a terminal window and enter the following command:
$ sudo rpm -qal | grep "any file you want to check for"
<enter>
Knowledge not shared benefits no one.
To list files that an RPM package installed in Fedora, open a terminal window and enter the following command:
$ sudo rpm -qal | grep "any file you want to check for"
<enter>