dnf install dnf-automaticThen enable the service
systemctl enable --now dnf-automatic.timerIf you want it to install, edit file /etc/dnf/automatic.conf and set:
apply_updates = yesYou can do
systemctl status dnf-automaticTo see what's going on.
dnf install dnf-automaticThen enable the service
systemctl enable --now dnf-automatic.timerIf you want it to install, edit file /etc/dnf/automatic.conf and set:
apply_updates = yesYou can do
systemctl status dnf-automaticTo see what's going on.