Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ===== <file conf /etc/dnf/dnf.conf> # set "yes" as default for operations (Y/n instead of y/N) defaultyes=True </file> Last modified: 2024-07-05 14:31