How to Install RPM Files on Fedora and Red Hat Linux
itsfoss.com › install-rpm-files-fedoraDec 17, 2020 · Method 3: Install RPM files in Red Hat using Yum command. Unlike Fedora, Red Hat still uses the good old Yum package manager. You won’t find the DNF command here, yet. The process is the same as DNF command. You go to the directory where the RPM file is located or provide its path. sudo yum install path_to_RPM_file. That’s it. Nothing fancier.