dnf install dnf-automatic vi /etc/dnf/automatic.conf systemctl enable dnf-automatic.timer systemctl start dnf-automatic.timerThere is more involved than this, depending on what you hope to have happen. Edit the file /etc/dnf/automatic.conf and scrutinize the options there. One that I absolutely want:
apply_updates = yesAfter editing this file, I do this for good measure:
systemctl restart dnf-automatic.timer
Adventures in Computing / tom@mmto.org