As noted by @Aeyoun - you can use the search feature of GNOME Software, which will hopefully give you a match of one or more applications that you can use for that file type. Install and remove applications, as appropriate, to try the different suggestions.
Using the command-line:
- Use
sudo dnf search epub
(replace epub with some other keyword or file extension to find other suitable applications). - Use
sudo dnf search '*KEYWORD*'
to search for a word using globbing (the '*'). - Use
sudo dnf search all '*KEYWORD*'
to include searching the full description and URLs as well. - Use
sudo dnf info PACKAGE-NAME
to find out more about the application - usually including URLs that allow you to investigate the app further.
You can review apps that are already installed, that may be of use, by using man -k KEYWORD
You should create better titles for your questions. Generic and undescriptive titles means you’ll not get help and others wouldn’t find the help that you’ve been offered later.