dnf [options][ ...]
DNF usage is very similar to YUM.
For example, to install a new package using YUM, we use the following command:
sudo yum install
Similarly, we can install package using DNF as shown below.
To install a package using DNF:
sudo dnf install
To remove a package:
sudo dnf remove
To update the system:
sudo dnf update
To upgrade the system:
sudo dnf upgrade
출처:http://www.unixmen.com/dnf-is-the-new-default-package-manager-of-fedora-22/