So I want to install a .noarch.rpm file but I couldn’t find out how to.
dnf install ./<filename>
should do it. Or rpm -ivh <filename>
if you want to do it the old way. But rpm doesn’t do dependency resolution. Well, it does, but it won’t automatically download the dependencies and offer to install them as well.
1 Like