Computer Tips - Fedora: How to automatically install the dependencies for a .rpm file?

Date: 2010mar3 OS: Linux Distro: RedHat/Fedora/CentOS Q. Fedora: How to automatically install the dependencies for a .rpm file? A. You can do:
dnf install <your-file>.rpm
Which is really cool.