====== Dandified Yum (dnf) ====== //see also: [[https://wiki.archlinux.org/index.php/Pacman/Rosetta|pacman rosetta]]// ==== useful commands ==== | find package which contains file | ''rpm -qf /path/to/file'' | | clean caches | ''dnf clean all'' | | disable repository | ''%%dnf config-manager --set-disabled NAME-OF-REPO%%'' | | [[https://docs.fedoraproject.org/en-US/quick-docs/dnf-system-upgrade/|upgrade system]] to new release | ''%%dnf system-upgrade download --refresh --releasever=VERSION_NUMBER%%'' | ===== config ===== # set "yes" as default for operations (Y/n instead of y/N) defaultyes=True